Loading Tool

Explorer IconExplorer

Memory Pool

80,398 transactions
30.12 vMB
0.08950043 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt dc0c501de068744c40a7a3e12986324f7dc0f4cccf3e5ef9ab0a24e57ebdf84f
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root bd0f48b0e8fbf03a688491913cf92ee52aa03b4d4aedb11416693051e9a81e6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,380
Size: 1.00 vMB
Total Fees: 0.02768781 BTC
Feerates: 301.07 > 2.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (319,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,679 595,679 0000000000000000000a557df500a774f4060ed16a506e7874c6ce86279f00a2 3,056 1.00/1.00 vMB 21
595,678 595,678 00000000000000000000844cf91fd917933a5ac93412d99ccf16c67cc0198be4 1,021 0.34/1.00 vMB 21
595,677 595,677 00000000000000000016879b0cb4fb02ac619c0d075de62b58b5e6722e9cb667 329 0.14/1.00 vMB 15
595,676 595,676 00000000000000000003351c1281955eb25dfee863db4e223e330f40092ddb81 1,172 0.33/1.00 vMB 22
595,675 595,675 0000000000000000001173f8cef4ed86fd9f25544f126aa0dce5b6449ab03e13 1,414 0.35/1.00 vMB 10
595,674 595,674 000000000000000000040d0f20d71ec5c5c4fe48c45f7160b5fd8b4332b0c386 3,446 1.00/1.00 vMB 10
595,673 595,673 00000000000000000012a7554bf19c304c1b613b2a8e1ad6c450566b7a45dc80 3,369 1.00/1.00 vMB 26
595,672 595,672 0000000000000000000c94b39a2edc5a3888adc22af99ece09c46b6c37022076 3,223 1.00/1.00 vMB 39
595,671 595,671 00000000000000000005a27f2922a1ec5aafa682e89556c3f1263af45e984e82 2,884 0.81/1.00 vMB 20
595,670 595,670 0000000000000000000e5c2cb8cda4de8c2981cafa30d9542fb745ab0d114afa 581 0.18/1.00 vMB 22
595,669 595,669 00000000000000000010e281978773c0b279c0684bf52b8fc74c90a78502ae8d 375 0.10/1.00 vMB 17
595,668 595,668 00000000000000000012fba06d01e5b9dca56688474c6daae650d3195ecee21c 851 0.31/1.00 vMB 26
595,667 595,667 00000000000000000012a1c1611b5c9547bb7a870a0f4638e540e70f12379cf9 2,406 0.73/1.00 vMB 11
595,666 595,666 0000000000000000000e1dcf3a072a0186dae348f1c7c065b5eeefec6de2ad15 2,647 1.00/1.00 vMB 34
595,665 595,665 0000000000000000000df2466c0610bcfc7a0dcbadcc63e719686a2a7f2c8fac 2,661 0.87/1.00 vMB 8
595,664 595,664 00000000000000000016bf4d18f770e7904920a665b157962b2a26e18e8c464b 2,763 1.00/1.00 vMB 37
595,663 595,663 000000000000000000152c5299da4609cc5c60fb4ef25ff91186b38b65588d45 462 0.19/1.00 vMB 18
595,662 595,662 000000000000000000145623e501d061f56caf25bc5a0010e8af6d980364a78b 1,629 0.63/1.00 vMB 17
595,661 595,661 0000000000000000000c8a217e22ca5801e4a01d53de46fb4584e4ad390d0458 2,953 0.98/1.00 vMB 8
595,660 595,660 0000000000000000000c60e623d5055d1425c91ee6b6b50e03530c04005d15c3 2,331 1.00/1.00 vMB 37
595,659 595,659 00000000000000000010c1222cb56bc0d85b8742dd60de7a9191db1c2ac481cb 332 0.10/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.