Loading Tool

Explorer IconExplorer

Memory Pool

51,620 transactions
30.66 vMB
0.13977012 BTC
Random Selection Loading Transactions
Max Size: 163.54/200 MB

Candidate Block

Mining Attempt ec32e121fca73e0e8bc1af7f9d00094a4e3222236d924e1841e1242bcf3efe3f
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 4c220fbd875365aeb7afcc7fd3a86f530498afc5ff0f14cbece6ce1306be522e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,012
Size: 1.00 vMB
Total Fees: 0.05574948 BTC
Feerates: 179.69 > 5.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (227,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,423 687,423 00000000000000000002806959d24d58a6c07ccc6179b23b31feb37f19a1d679 1 0.00/1.00 vMB 0
687,422 687,422 00000000000000000007585c082b5a9f2fa43ca02d6d0672856860b5f2042dde 2,341 1.00/1.00 vMB 28
687,421 687,421 00000000000000000007926adbe1e231f684fe16cd6d1369e92dfc76c763c177 1,729 0.52/1.00 vMB 14
687,420 687,420 000000000000000000056f666753e95814ccb60bb85eb7e4064ec1a932041e20 2,521 1.00/1.00 vMB 8
687,419 687,419 00000000000000000008eb8c6cae5bde7a5bfb86d9790cbc6b78ccd9db1c1c17 1,708 1.00/1.00 vMB 24
687,418 687,418 00000000000000000004583dd4b6ecb5605cc02f2ec75e3cf49bae43d345e1f0 1,648 1.00/1.00 vMB 28
687,417 687,417 0000000000000000000292b1824d08ed3c8c8d1746ef6fb51317c586c5082d14 1,946 1.00/1.00 vMB 47
687,416 687,416 0000000000000000000d0afe8df397750b14b241b9c6db2ce8293e4d7c5ff164 2,201 1.00/1.00 vMB 34
687,415 687,415 0000000000000000000d24aca7b3e48490daeb85b476f1395875bd05c0b94ff2 1,161 0.64/1.00 vMB 23
687,414 687,414 000000000000000000057d9aaea17583d5e4a0c4e5cae1388dbc780d63060b21 1,072 0.68/1.00 vMB 10
687,413 687,413 00000000000000000004bab9649d622a800c51b667fa56defa3b15cd50520956 558 1.00/1.00 vMB 17
687,412 687,412 00000000000000000000e40b1541fa86c87bc17ba49663972e1c94be27fae8e6 1,574 1.00/1.00 vMB 21
687,411 687,411 0000000000000000000518aeb63015b58925958f09f55fa27c7f3d3d3a4132ec 1,615 1.00/1.00 vMB 14
687,410 687,410 00000000000000000008d24e38619c30fc424e1c4f3ee9d5644d4f325a14cf04 2,302 1.00/1.00 vMB 45
687,409 687,409 00000000000000000004b188063b84da309ff5b57afab44414a29f9c300be4ff 2,396 1.00/1.00 vMB 27
687,408 687,408 000000000000000000087b82ee8472dfe03a6ad127387c26b7847f12ebbac626 2,413 1.00/1.00 vMB 23
687,407 687,407 00000000000000000008098cc40f6c9192c9d294edaf710846e07514c8586863 2,501 1.00/1.00 vMB 50
687,406 687,406 0000000000000000000beabcde2c8035cb01e1f280daeaad9bb5ce045bfa97c3 1,169 0.45/1.00 vMB 26
687,405 687,405 000000000000000000058fca814e362e3a250a57ec4cabd2bc721a6f02a05dee 577 0.24/1.00 vMB 22
687,404 687,404 0000000000000000000839c61d31b0521f4fbacacbe3133ec98ad9c7d04db908 1,367 0.55/1.00 vMB 21
687,403 687,403 0000000000000000000c067c9a57f2755b90ba18bf9c0a60e932093fc173c550 392 0.11/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.70 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.