Loading Tool

Explorer IconExplorer

Memory Pool

74,217 transactions
27.36 vMB
0.06592604 BTC
Random Selection Loading Transactions
Max Size: 167.25/200 MB

Candidate Block

Mining Attempt abd303c76776e685651cc44863f8c081397c325ba7a7d87a0d2bd0cde35cb8b0
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 9b783831ab347418fa8d08daf78f4e0a69fb562786295bc49d30607af5aff78b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,498
Size: 1.00 vMB
Total Fees: 0.00755014 BTC
Feerates: 179.53 > 0.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (194,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
720,988 720,988 000000000000000000068ee3ee804ccdff7ff566463a7d9f4aaf76568276f250 372 0.13/1.00 vMB 8
720,987 720,987 000000000000000000043b05aa2ac0eb60c1c5504286c905efba23336a71564d 812 0.52/1.00 vMB 6
720,986 720,986 0000000000000000000a513d9fc568910b72bb7874f45d9cf705b47289608fc5 651 0.28/1.00 vMB 8
720,985 720,985 00000000000000000003f72335101d7231adb8c08fbdc1601ce047e98ebed88c 565 0.53/1.00 vMB 5
720,984 720,984 000000000000000000099f943ffb10cd80b74183bc58d39cc379c6d232c68513 1,324 0.49/1.00 vMB 8
720,983 720,983 000000000000000000095d318ae763dad0189df8c368e838fa581b74673569ab 577 0.20/1.00 vMB 11
720,982 720,982 000000000000000000013c6e6aa667343ba1211e3ac78982f5d6936671982bc0 2,144 0.81/1.00 vMB 8
720,981 720,981 000000000000000000095dd37159ea2b9a39855c029bd7a60964b18fd26a3d77 2,731 1.00/1.00 vMB 10
720,980 720,980 00000000000000000003e9f3e17b2949ee0b9a57b4d4bdce16f2445d52ce53a6 62 0.01/1.00 vMB 8
720,979 720,979 00000000000000000005ce8276fe7ae8265fbf1b375d24c6c605d5d210f28cec 419 0.23/1.00 vMB 8
720,978 720,978 000000000000000000039d6a558cbaa975c31e54ae65566dc44f74fceddfdbee 620 0.17/1.00 vMB 10
720,977 720,977 000000000000000000057136f673e11718069a72e534227a1ca1465661fbb0ec 586 0.21/1.00 vMB 10
720,976 720,976 00000000000000000008fdd06a22e2bcaee4b786f992dc3cf5d72fb4f395b2de 1,359 0.51/1.00 vMB 9
720,975 720,975 0000000000000000000028a7d87f4fbeb8560b64319b9d93027874b7fb16bfc4 17 0.00/1.00 vMB 7
720,974 720,974 0000000000000000000003f23af552266fb2a01d7d8311b24a696a5caaea0ff6 30 0.01/1.00 vMB 15
720,973 720,973 00000000000000000006f0b11febdf7cb4b694562235d0f0e32360e1648c600f 557 0.20/1.00 vMB 8
720,972 720,972 00000000000000000001661ccd4a28873564a5eac13692263921e6edf646289a 326 0.28/1.00 vMB 4
720,971 720,971 0000000000000000000956164ea3dd9400ba8e41686eb6c54c63accfb2cbd8a1 2,804 0.98/1.00 vMB 11
720,970 720,970 000000000000000000098f2cd898b27658e91308c96528a9f9f24edee0567814 436 0.19/1.00 vMB 9
720,969 720,969 00000000000000000005bef93d0a259ace930e2e91830d51cb9ed72b642349e5 1,319 0.83/1.00 vMB 6
720,968 720,968 00000000000000000002accacf6ec28c41ebd2c9d1a4273020cfb3d316efd041 178 0.06/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.36 GB
    • Received: 17.17 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.