Loading Tool

Explorer IconExplorer

Memory Pool

77,551 transactions
29.94 vMB
0.06753550 BTC
Random Selection Loading Transactions
Max Size: 181.64/200 MB

Candidate Block

Mining Attempt 02d1344ed8d3e714fcad6caadce3f254a1af62ccd30a28f88bdfe8d94f04ba6f
Version 20000000
Previous Block 0000000000000000000036bbd7276eb10eeccda80d363dbecfc4a4ff5e03f32d
Merkle Root e673a6e8ad14dc7ce36588dfe7d9046126b23ce5b70e67827d3616bd64d1d49a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,102
Size: 1.00 vMB
Total Fees: 0.00411902 BTC
Feerates: 40.21 > 0.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,191 (262,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,684 652,684 0000000000000000000bface6a23741d5e71ef617bb2ff59514f129c63c05294 1,950 1.00/1.00 vMB 22
652,683 652,683 0000000000000000000b36a2d20b29679d9924e58a051e6316829e2ac01e3c22 2,603 1.00/1.00 vMB 61
652,682 652,682 00000000000000000009505a84716285b07fa9890d393016848174a787520602 2,940 1.00/1.00 vMB 83
652,681 652,681 0000000000000000000921f313b1e75f8e809604a75a2b5dddb260353c33649e 2,977 1.00/1.00 vMB 68
652,680 652,680 00000000000000000006fc29f10e9d9a464dfabb9cd764ed5dde687deeaabec2 2,281 1.00/1.00 vMB 26
652,679 652,679 00000000000000000000b3afc08fe43dec3e491b2dd279b5da0b04c8f7226e31 2,327 1.00/1.00 vMB 6
652,678 652,678 0000000000000000000a701696e97427b2b8d21d9ab71d6994f9d8d5d49656c9 2,074 1.00/1.00 vMB 28
652,677 652,677 00000000000000000003514f2c658543b4871a6c849a9f1ecf4d2f27f8b3d027 2,003 1.00/1.00 vMB 41
652,676 652,676 000000000000000000091dcb7f851d823a74f0465ef16d0c549f0654e41d3490 2,566 1.00/1.00 vMB 58
652,675 652,675 000000000000000000001202a48616e9077ad97c20eeffaa6622772139f27ad2 3,138 1.00/1.00 vMB 93
652,674 652,674 00000000000000000005cf1a6c9b4a256b082c78b4a42f442cb79a9334eae71e 1,809 1.00/1.00 vMB 18
652,673 652,673 00000000000000000009a83d113e57f00b9cea054856a6205aea37e6ce0fd3c7 2,120 1.00/1.00 vMB 43
652,672 652,672 0000000000000000000e32e89471dd5a9432cc185de82ac0a421f85d9a4bc9bf 2,647 1.00/1.00 vMB 55
652,671 652,671 0000000000000000000d3ae843aed14ee89192455abac23fe97346303ae305ed 1,994 1.00/1.00 vMB 32
652,670 652,670 0000000000000000000b7e9ad57c1e8edf6558728230fe98334a53dd24d780dc 2,722 1.00/1.00 vMB 59
652,669 652,669 0000000000000000000e89def56e357d57d6263147d6e38e8cfb849263c7caa3 2,629 1.00/1.00 vMB 8
652,668 652,668 00000000000000000007da18ea63cc6783832260495071ab5def11d27b4c92c2 2,229 1.00/1.00 vMB 51
652,667 652,667 00000000000000000005f34819df3427a665a65401578fe7ad47d019886ecd51 2,399 1.00/1.00 vMB 60
652,666 652,666 00000000000000000004f6ec5a8794327e0830ea2495d26a09a65cdadb37b518 2,867 1.00/1.00 vMB 68
652,665 652,665 0000000000000000000ae8c9b834171e678ad0e04d5a7285d9bcc0c6e49a37f6 866 0.40/1.00 vMB 34
652,664 652,664 0000000000000000000d2de2a3e1c83e58c3c7ea2fd3445d56f0e8ef6a9727b0 149 0.07/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.72 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: 707.07 GB
    • Received: 16.66 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.