Loading Tool

Explorer IconExplorer

Memory Pool

41,386 transactions
27.39 vMB
0.08047999 BTC
Random Selection Loading Transactions
Max Size: 141.51/200 MB

Candidate Block

Mining Attempt a0f80ee58f9c7b8386a11f325efbf70d7b48f2833aa759ea4107f87a2403ac1d
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 953fab1eb1dc1522039f978ddd33ab2096226e25e8957ddad1da42ca2889ec1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,054
Size: 1.00 vMB
Total Fees: 0.02713961 BTC
Feerates: 141.50 > 2.72 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (352,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,731 561,731 0000000000000000001d8f8edc2e04d2aee540e7f045ed77df2410fd1826ccd8 2,826 1.00/1.00 vMB 19
561,730 561,730 000000000000000000071d89c117594ed84edb4a2becc36a02657a80f2c5064e 2,835 1.00/1.00 vMB 25
561,729 561,729 0000000000000000001581afba473a164e4c2e870f00b4fd2cdebb9b45fbc971 895 0.31/1.00 vMB 7
561,728 561,728 000000000000000000048302eff85a16972c8ac5c20b934fa3e7e001847eab7a 1,199 0.45/1.00 vMB 9
561,727 561,727 00000000000000000013e7d3d5cfea4210932f4f8a208212c1f6c1baa62fb2c9 1,780 1.00/1.00 vMB 1
561,726 561,726 0000000000000000002c962f15f17a3c4b8aeab00797e1091771e8309ff1aa98 2,487 1.00/1.00 vMB 9
561,725 561,725 0000000000000000002502557b20296201156ed2b45c71335120eae52de365f2 1,908 1.00/1.00 vMB 11
561,724 561,724 00000000000000000000c578ec5ce7ec61fdaf690cfc5510ec3167dd5aac1e4f 2,892 1.00/1.00 vMB 18
561,723 561,723 00000000000000000003eb9d3f6a2fae68f6d85e97922826c9e156d4a0bb89cf 2,660 1.00/1.00 vMB 11
561,722 561,722 000000000000000000106f391a7ee336b70cc93495413562ef0e2d5815abadf3 2,693 1.00/1.00 vMB 4
561,721 561,721 0000000000000000000e8e0ba4fe798adcd3c10426236df2138d40bd32053458 2,687 1.00/1.00 vMB 10
561,720 561,720 0000000000000000000b10f465763ca09371d16b39ad9b61d618b73c86c4dbfe 3,427 1.00/1.00 vMB 17
561,719 561,719 0000000000000000002ca2aabca1b0ee52e73ed8e1bfc61d8a0933b0589e338f 1,311 0.52/1.00 vMB 5
561,718 561,718 000000000000000000060a4885165c22aa110fcf7449627360560737b7879c31 1,955 1.00/1.00 vMB 12
561,717 561,717 0000000000000000002fefc450630708f88ffc23d8f9bbe79b21641e5436ea81 2,765 0.99/1.00 vMB 4
561,716 561,716 0000000000000000000868c99aa71f6ae624a8ac30f9877ae62e1b8fc030568e 3,729 1.00/1.00 vMB 6
561,715 561,715 00000000000000000004f5eaba5c75c679d2b785e04ec56345096460aeef5310 3,310 1.00/1.00 vMB 29
561,714 561,714 00000000000000000014d889df6a4c22bd3819690f6d8ee6c183f4d89e11f423 3,331 1.00/1.00 vMB 13
561,713 561,713 00000000000000000026a87eccd0ed881a31fd06b86f8265a388d5839424a2c3 3,653 1.00/1.00 vMB 17
561,712 561,712 000000000000000000014728e503624e5c0aad42e9fff75c1d5cd3cba2540a35 3,421 1.00/1.00 vMB 21
561,711 561,711 0000000000000000000f0dfed8718e2db40469737ddd1d59fc19a5b1eb75b042 890 0.25/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.