Loading Tool

Explorer IconExplorer

Memory Pool

84,151 transactions
31.50 vMB
0.10329699 BTC
Random Selection Loading Transactions
Max Size: 193.02/200 MB

Candidate Block

Mining Attempt 6057597e929e89c8e8520c58b7cdc71beb142175f4ee232d6ad814ac12642fb3
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root d9c23cdf02ef3c6edda8094b63a9f4f7df8ca79f09c08e14d0b19d6200d40018
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.03070009 BTC
Feerates: 301.57 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (452,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,963 462,963 000000000000000001ac9e3e65be097dd179bc28ff7f5b9a4edca6db4057efee 1,571 1.00/1.00 vMB 129
462,962 462,962 00000000000000000022ea22a4ba5a61b757ae74ab58c4d5e7e1fd748f4112be 2,530 1.00/1.00 vMB 200
462,961 462,961 00000000000000000084f5950b9b3fde06b95f3fc7578cf05899302f77d3d871 1,970 1.00/1.00 vMB 140
462,960 462,960 000000000000000000b4d5a1025cd2b32dea39dacba6ac2c986666b818071c07 2,739 1.00/1.00 vMB 172
462,959 462,959 000000000000000001aaa51eae04b6096958bf336add921b548f65fa085bb85b 2,420 1.00/1.00 vMB 150
462,958 462,958 000000000000000001ae1da677106749de00e991ab4f9c6fd593e9a0a9454c0b 1,683 1.00/1.00 vMB 125
462,957 462,957 0000000000000000001705632f8c3f3aae7d8d6871229805c3ac0ebe9a3d11ff 2,239 1.00/1.00 vMB 139
462,956 462,956 0000000000000000001ff900e4f2bb722baa1ab37758d89ca147a0226665020f 2,168 1.00/1.00 vMB 160
462,955 462,955 0000000000000000015bd7f4833325d6e841adb9d82bdc22e67c72678eed1fdf 1,501 1.00/1.00 vMB 148
462,954 462,954 0000000000000000006985176b25e8f412e7d00bbc95fbb7ad81c3a340622829 2,660 1.00/1.00 vMB 165
462,953 462,953 000000000000000001d5d28c1748422ec27164c8450f7aa964efe19daab02bb2 2,539 1.00/1.00 vMB 165
462,952 462,952 00000000000000000096ca6a770f1c148c7ed69ba6e43691cf42aa877968216b 666 1.00/1.00 vMB 27
462,951 462,951 000000000000000001e60d5db1cb0a6d2d045c9d0ef5a5510eaca67628c60368 1,726 1.00/1.00 vMB 101
462,950 462,950 000000000000000001ad27e624e22c91ce2527daae12bb82e7296f0a3215b127 913 1.00/1.00 vMB 42
462,949 462,949 000000000000000001fd7e550f1170e061863980cbaeef3741e3f951aca383a3 911 1.00/1.00 vMB 39
462,948 462,948 0000000000000000000a38b3f3e1c44f8362fd6d1ac9cc16a467890d925d1312 941 1.00/1.00 vMB 40
462,947 462,947 0000000000000000009df6960eb6ed295f02ee6567f13e5e38c3e5c5a9eb436e 2,403 1.00/1.00 vMB 101
462,946 462,946 00000000000000000086e3e9252629b0a9f37a835b1db6911a8acd610790a309 2,368 1.00/1.00 vMB 158
462,945 462,945 00000000000000000120a14b8ec570cc95e179d05a123168ed73798b013d9cdc 2,275 1.00/1.00 vMB 83
462,944 462,944 00000000000000000157ec86cdca1c88ac45a14d4bdc8b2570fcb3c173c03616 860 1.00/1.00 vMB 59
462,943 462,943 000000000000000000d1589ab43723a6089298f3fd7d4906dd878fea8ddec8f3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.97 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.