Loading Tool

Explorer IconExplorer

Memory Pool

44,325 transactions
28.07 vMB
0.07079427 BTC
Random Selection Loading Transactions
Max Size: 147.41/200 MB

Candidate Block

Mining Attempt d97f927fc051910d604949612f23e4f83ac47e5603c267798f360d2e8bc80b4c
Version 20000000
Previous Block 00000000000000000000dfa26ff962d9143c4fb2732d130388a1170ffbb09acd
Merkle Root ea58dae4600b28d907c5ac3465058f15862de8268ae034bf44dd8a1ed16d6620
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,041
Size: 1.00 vMB
Total Fees: 0.01702651 BTC
Feerates: 477.45 > 1.71 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,257 (798,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,325 115,325 0000000000002e2304f23d780dede8b296b2736c9f0c6fd9d8b603426f5c9dc7 21 0.01/1.00 vMB 1,076
115,324 115,324 000000000000dbb8d9ab53be6a4c6fa4ddce717c4c9918c3d783db9023dbf280 28 0.01/1.00 vMB 1,660
115,323 115,323 000000000000d14aa9765263ad5229a83336e6cb055b77435e4358fcb9b612ad 14 0.00/1.00 vMB 1,046
115,322 115,322 0000000000003a6b8210a819df1788964fb4deadd05c44ec6e021ab5003be7be 10 0.00/1.00 vMB 531
115,321 115,321 000000000000f137cbd64d54528f0459e5bc585bb6cb11d4d588f3cfc9c5c131 18 0.01/1.00 vMB 1,140
115,320 115,320 000000000000e6f14a0fdbf50fcae60ea1fb4510de9d19c12184e7bfd68b3f00 22 0.01/1.00 vMB 1,039
115,319 115,319 00000000000072e2eb2dc045352397fedf052c1c522662144a22e0b670db029e 11 0.00/1.00 vMB 1,803
115,318 115,318 0000000000008291b2a01ec4e3f6a094fc7a173a44635600d857a5aafcae25df 32 0.01/1.00 vMB 101
115,317 115,317 0000000000007664eb8bdef831f5afb96eee16b46e1dd7af81c6633173091388 5 0.00/1.00 vMB 3,875
115,316 115,316 00000000000033e530fb37151843635e0f9f908542d3bd908e7ce62770b27c3d 12 0.00/1.00 vMB 947
115,315 115,315 000000000000c72ff332d46ba1bc892f95b3385d0f19106de870a49802007d6a 10 0.00/1.00 vMB 0
115,314 115,314 000000000000142b11fe0eb7d5306334485a73afba69156d9b6f0c9bd8ad490c 21 0.01/1.00 vMB 1,295
115,313 115,313 000000000000a3753a9ff47f34e3465587210b092271a2c519f21f47a8865a7c 7 0.00/1.00 vMB 1,506
115,312 115,312 0000000000006abd8ca1927eff5b533107a65b0b7b6fa2c0ac936eea369721e2 11 0.00/1.00 vMB 629
115,311 115,311 0000000000003598f08620b7703f44f1ea45ae66df4530bbbad5d33482a9be39 9 0.00/1.00 vMB 0
115,310 115,310 00000000000005ee4eb99e82f24019041dd04eb78a38cdfaae1bf4b97255f7ef 6 0.00/1.00 vMB 0
115,309 115,309 000000000000031cfad20b18a6e6a158ba79e7811cf480a606f5da625089a85c 10 0.00/1.00 vMB 969
115,308 115,308 00000000000049dc6b121ddc274896d42445071580ed06398638f5f3c9000d0f 11 0.00/1.00 vMB 343
115,307 115,307 0000000000008fcefdfcda1fe939419836c51c6eb0c1a01bb517019ec597a56c 11 0.00/1.00 vMB 0
115,306 115,306 000000000000b80e264ff9173923c786f98fa87985c3e733ca0adaaf232b2447 13 0.00/1.00 vMB 1,272
115,305 115,305 0000000000004eafe7420e5245e38dd4384afc1bd163ddd91b7db03cda814007 16 0.00/1.00 vMB 2,149
Previous 10 blocks ↓
Total Size: 781.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.54 GB
    • Received: 8.60 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.