Loading Tool

Explorer IconExplorer

Memory Pool

41,677 transactions
28.14 vMB
0.06883815 BTC
Random Selection Loading Transactions
Max Size: 144.71/200 MB

Candidate Block

Mining Attempt ea38bf58d210315846166924bd368bb2b845f13cb9611c8b42a7991779d33e7c
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root f106bdaaa4ddfa5496f223912e6c02079f0090e8f32983e6c25a8b6f3f60d58f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01418724 BTC
Feerates: 100.56 > 1.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (525,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,615 389,615 00000000000000000a34b82bba710babd3303c80680f6a8bb76d9b053c89a99a 9 0.06/1.00 vMB 10
389,614 389,614 0000000000000000058cd5455e4fb58e1863c4857ecfc70091963c680fab7f85 1,849 0.93/1.00 vMB 34
389,613 389,613 0000000000000000059db51da092a5a427bf36ae9d8fe6f8ca18eae079b65ec3 1,424 0.75/1.00 vMB 28
389,612 389,612 000000000000000002e9412be3aac97a403c37e83c8c78045fb645883f4a66da 1,578 0.90/1.00 vMB 23
389,611 389,611 000000000000000000f553e769db71070aa2dd2a3c90403938bab23e9eab8023 3,285 1.00/1.00 vMB 58
389,610 389,610 00000000000000000899aaa6dcdbe22b567a35cb2f9060af730e0a12da303c8d 2,623 1.00/1.00 vMB 40
389,609 389,609 00000000000000000ae5dd9338efba45855e65c888e5ebf07214710e0919c665 570 0.34/1.00 vMB 27
389,608 389,608 000000000000000005e0f026e39adc4962f7206e9033b68a238a195feb6e26c7 1,576 0.75/1.00 vMB 39
389,607 389,607 00000000000000000471c05f84c5e5a592ef95b2ebb5ff78b47fcbc5f864d094 81 0.20/1.00 vMB 9
389,606 389,606 00000000000000000870f7c2bb07d7b196640ee5d77265e2a794400009d3dbef 1,705 0.92/1.00 vMB 28
389,605 389,605 000000000000000001e651c847aed8dbd329b274cecb329a74d55c68917f8408 1,666 0.89/1.00 vMB 31
389,604 389,604 000000000000000003bd1b2eadf95a3c3e8dc8eb04342d275c6a9404d2cbfec9 1,508 0.69/1.00 vMB 34
389,603 389,603 000000000000000008af42899eea023c1400615d970e6ab18bdefc24f179aa41 2,379 1.00/1.00 vMB 33
389,602 389,602 000000000000000000b0f84eb988f42c69077b1ad945df470b7ef3ac9c9d1b86 1,756 0.75/1.00 vMB 35
389,601 389,601 000000000000000001b759ca23bd10287eec712e9c61db352ec1dca6acf36e42 2,837 0.95/1.00 vMB 49
389,600 389,600 000000000000000002eac9265532aba3fd5838f4b1aa2e3fc0a2935e4663234b 1,235 0.80/1.00 vMB 26
389,599 389,599 00000000000000000846d7a59a1dfc62848881d0ced7c188954046da9873635b 1,408 0.72/1.00 vMB 29
389,598 389,598 000000000000000005b79d2230bbcb061f624c02cf69779c85084dfecab77d11 1,923 0.75/1.00 vMB 39
389,597 389,597 000000000000000004ef0b160c64a6c55870234048944613f01d63f0867bc288 648 0.41/1.00 vMB 25
389,596 389,596 00000000000000000996092b7e1d10a9337bceed03342e640802a2480adc3b4f 1,425 0.59/1.00 vMB 47
389,595 389,595 000000000000000006cbeb8bbedda1c54de75d3bfcac408a9deb0a7657d2a0fc 815 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

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