Loading Tool

Explorer IconExplorer

Memory Pool

79,112 transactions
30.03 vMB
0.08281070 BTC
Random Selection Loading Transactions
Max Size: 183.00/200 MB

Candidate Block

Mining Attempt acaa9d91ab99978d1f44879e140924ff154f9106d8c10b3e66f40f5b05f8fcf7
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 8eee2eb6bb213fa54de23d57afb52c5477ef8c24c19493c9f499f8a0eb7df08c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.01611441 BTC
Feerates: 300.83 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (521,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,904 393,904 00000000000000000995a1d73f17369dd6fec32738f4c53fb99c258e645f6fbe 2,225 1.00/1.00 vMB 39
393,903 393,903 000000000000000008817a037335b60077e02a53e207b1aad0b52ebf007d1531 2,930 0.93/1.00 vMB 71
393,902 393,902 000000000000000002aa8b6e136023f2508dc5fe7b7009af84f8d5e16e3c4574 2,118 1.00/1.00 vMB 40
393,901 393,901 00000000000000000053ee54e5f3314758f7be1e618c27f595380c727dbf60b5 2,492 0.95/1.00 vMB 47
393,900 393,900 000000000000000004f041ac9bdfa57238cff54b20196d1dfe8d20a0c45dc18a 2,826 0.93/1.00 vMB 51
393,899 393,899 000000000000000008307ac391cd906d992cb70852fe09b42916ce6c63149d90 2,863 0.99/1.00 vMB 86
393,898 393,898 00000000000000000164023cd7cc9e985967a7252e9c8b602550e7be1765ae90 2,207 0.93/1.00 vMB 42
393,897 393,897 000000000000000000a981a629b5c21e39bfa523ca3eb6553a47ffbcbe9f472b 2,215 0.75/1.00 vMB 89
393,896 393,896 000000000000000005088701e9cbf3fb4bf72bded6fc59529799c44e2484e31f 2,023 0.75/1.00 vMB 43
393,895 393,895 0000000000000000058503ee69204bbd161280f105643fb542490b44b2170e73 2,681 0.75/1.00 vMB 79
393,894 393,894 0000000000000000085e9dccb2017fab539abfad3a359de74c3b9d87d934cd6d 2,105 0.95/1.00 vMB 37
393,893 393,893 00000000000000000510afc4bcb37dcd734e899567464a563795870cb085511e 626 0.75/1.00 vMB 29
393,892 393,892 00000000000000000507160447e0c5a084680b95540e8c33a34c4eee59dc1b86 1,908 1.00/1.00 vMB 35
393,891 393,891 0000000000000000005cf7ba1fd3d0453a44ba6c13b07485b805d3fce529820f 2,081 0.95/1.00 vMB 34
393,890 393,890 000000000000000008e5387f34bafeb3f12ad3c8b868edb2a62f06dff23ffb0f 2,690 0.93/1.00 vMB 48
393,889 393,889 0000000000000000016673047b21a1d30e15727538137e7ad1956bc122fef626 1,931 1.00/1.00 vMB 40
393,888 393,888 000000000000000000e0aa0668d62735d9edef1c06a4b4b316446b61580168e2 1,518 0.95/1.00 vMB 28
393,887 393,887 0000000000000000094da2af50405f50faa59c3420e7a872b8a49aed77f34f2f 1,495 0.75/1.00 vMB 40
393,886 393,886 000000000000000003541f87ea913dee693266364ac90db617d62d26ee76b06a 1,924 0.75/1.00 vMB 45
393,885 393,885 000000000000000005bf09a479ef29ea066fbbb02c56d1e6b4724480918189cc 500 0.25/1.00 vMB 30
393,884 393,884 00000000000000000834e458e24d0c5d1373d8b0c19e0c5a1e0dfd833fa96d21 687 0.46/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.