Loading Tool

Explorer IconExplorer

Memory Pool

40,075 transactions
18.83 vMB
0.18240646 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.45/200 MB

Candidate Block

Mining Attempt f1145c8db3775ab98522aee6708d41e3751822c5f294173595031579681d9149
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root 196810b046983c18f28607f58850a95fdce84088b80bee7ca7f7b0c75a2f3362
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.05345267 BTC
Median Feerate: 4.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (794,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,881 118,881 0000000000005e7e45cbd23d859baf83401526fc3f1813ab5ce460926db82502 3 0.00 vMB 0
118,880 118,880 000000000000909dd33c28718344ce0d31d5ba4c0106307de91d925db5932a42 1 0.00 vMB 0
118,879 118,879 00000000000029200ca920a08aff591d469471a218394bb9ab021bf8e9dfceb3 6 0.00 vMB 0
118,878 118,878 0000000000001c1cd37d80a177f533c32c099126c4b141bba5516d77132bf122 35 0.01 vMB 78
118,877 118,877 00000000000048f7c08c9350fae8244906b39c9c9694b5fb15197f1ac6e201d3 10 0.00 vMB 354
118,876 118,876 00000000000083395215f600dd0665048c1b353ed266ac7562b46e54402c7d3b 12 0.00 vMB 671
118,875 118,875 000000000000a4cb4211ffbf63771c1e4f3f501996682fe87738aa037c27afe6 8 0.00 vMB 0
118,874 118,874 000000000000055f1679020c2ca4989bbb71752cd12396da18b27aea34c2a4ae 9 0.00 vMB 0
118,873 118,873 00000000000064630cfcde91a7dcfb3f964d2b4d9e9d896b0ee42db18599f8ca 11 0.00 vMB 0
118,872 118,872 0000000000005cbfd3697178bb235e5ed934e1b7d9a94ca084e9254ed039678f 11 0.00 vMB 0
118,871 118,871 000000000000cb1dec624f622a43c17a3a85dcb9d1cd6953cebcc274e803666f 7 0.01 vMB 353
118,870 118,870 000000000000c5cdd96410901244c6751d76d482b5b4638d9198807a41601c34 12 0.00 vMB 0
118,869 118,869 0000000000008453fecb3b3c178f82c863da489cd6788ec9c92bdcb0416e3dd1 1 0.00 vMB 0
118,868 118,868 000000000000292e8fe5a2811f221f872c036c886e662509e986c002a36cb6e1 1 0.00 vMB 0
118,867 118,867 00000000000064d30b009b851024c356deef5152034c5d80ff84eeaa9a189dad 11 0.01 vMB 860
118,866 118,866 000000000000984d0eefeab9798d4140ed80675b98098070cc4338a9e4dda820 14 0.00 vMB 0
118,865 118,865 0000000000002421f06b5a82839db933d9a25fe4c3a193c89876c2ff2c719b36 30 0.01 vMB 0
118,864 118,864 00000000000005c0d2c1fa4bc64d033d9c3914ea1d6d0f5a5ce60a11e8b1b5b3 1 0.00 vMB 0
118,863 118,863 00000000000071b100003bc1aa28080dc655f1c87cf994fa41a22f98cedeec48 15 0.01 vMB 0
118,862 118,862 000000000000532988455632568f41fdafc0debe2aac07ef8522ffd6cd12304a 1 0.00 vMB 0
118,861 118,861 0000000000002740af17a308a02d6b466bced7fe5388488e22bcee25d5a350b1 10 0.00 vMB 299
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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