Loading Tool

Explorer IconExplorer

Memory Pool

78,760 transactions
29.21 vMB
0.08443567 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt 2c0b4e0268c7209ed1ca6d9402f89c395fb50bb486ddd307d0cd351605eaf9b6
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root daa5e124830250263af61d76dc10b3eb8f2856b64ed3f46d5e155b0524bc0345
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02329739 BTC
Feerates: 178.73 > 2.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (372,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,580 542,580 00000000000000000020dd3e23aed53a0d24628d7e502325a0e755b8302fcd2f 2,539 0.81/1.00 vMB 25
542,579 542,579 00000000000000000023bd8aaa73024a1858e0fab24c49d5823b69cf4aba4a5b 1,808 0.62/1.00 vMB 18
542,578 542,578 00000000000000000022e2d1be18185a69ff3d93c162d49119c51bbabf68a5c5 217 0.06/1.00 vMB 20
542,577 542,577 0000000000000000001677591fdad837ef1d7dd0e1f8f60e1d25832e105e84e0 720 0.25/1.00 vMB 22
542,576 542,576 0000000000000000000cbaa5a8b44ef6dece3a66adaa5ec4b6a5a92371fc23d8 653 0.35/1.00 vMB 11
542,575 542,575 0000000000000000001157e609cb760bab61fe37bc58ea9a4999a30bbd81d82d 345 0.11/1.00 vMB 21
542,574 542,574 0000000000000000000e3fbf549e62afcbf0858730c997221cb0f99feb10685f 110 0.03/1.00 vMB 19
542,573 542,573 000000000000000000075880cb9fdc098f38e9e48cb1ec4bc46962c364a2532e 1,064 0.40/1.00 vMB 25
542,572 542,572 0000000000000000000d9c3aa8f30be087518bdda12d05b455e935bda9380aef 40 0.01/1.00 vMB 19
542,571 542,571 000000000000000000027f829c10f26ff1b86d91e458eeec88c80b6419a235f0 1,529 0.55/1.00 vMB 22
542,570 542,570 0000000000000000001840811fcb29cf3725f342bc2aced0f0208c1e534c9bd5 1,798 0.78/1.00 vMB 15
542,569 542,569 00000000000000000023e4aaa5cade87a1cdedcbeb0964b89bcf7077f339e101 2,212 1.00/1.00 vMB 29
542,568 542,568 00000000000000000015fd45cb03ddb2d5a4ab365b3b67a63016e696a82d8f42 1,436 1.00/1.00 vMB 12
542,567 542,567 00000000000000000017fd3b744d4324d92a8adc74dca3f0725e7ec7452253d4 2,760 1.00/1.00 vMB 7
542,566 542,566 0000000000000000002516e855dfe32b935a0b99d28c7c2e7df4532605ac1421 2,888 1.00/1.00 vMB 33
542,565 542,565 0000000000000000000df358c88548ba0bdf949887602411e05d7740273a7f8c 2,650 1.00/1.00 vMB 37
542,564 542,564 000000000000000000070b026ed48bca62a92a6bfe1aad6af47d3a675b41943f 2,610 1.00/1.00 vMB 4
542,563 542,563 0000000000000000001c3c376a8518baef15dfeedf13580675c2cb5124804aee 2,917 1.00/1.00 vMB 14
542,562 542,562 00000000000000000019a7e4fb5dbf36edf371a8418f2e8ecbbfe483e1af3210 3,104 1.00/1.00 vMB 58
542,561 542,561 0000000000000000001834bc7502ae65f93994005d267a401b085a273a7ce5bc 2,680 1.00/1.00 vMB 21
542,560 542,560 00000000000000000005937d7e23205ca3b4da2c0dce425f0c527bb8d3b112c9 2,906 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.68 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: 678.77 GB
    • Received: 16.44 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.