Loading Tool

Explorer IconExplorer

Memory Pool

33,843 transactions
25.20 vMB
0.05258728 BTC
Random Selection Loading Transactions
Max Size: 128.06/200 MB

Candidate Block

Mining Attempt 44f295f408c6f6e990e168b942809e7f514859e901e8a4060c48e9637cd20044
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root d7437c48740ede4627da56f6a0300895d87a988a878946c758f22ee36e209286
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,515
Size: 1.00 vMB
Total Fees: 0.00717588 BTC
Feerates: 508.49 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (525,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,589 389,589 000000000000000007df639cdc86017a53722ca24119a65583ba547ceb94f09b 1,965 0.75/1.00 vMB 50
389,588 389,588 000000000000000002e8f6f4d019a0393991d344af9468100faccdc5ea0cff43 1,878 0.75/1.00 vMB 43
389,587 389,587 0000000000000000004531cb2d945f6d806e8260130fb24171f020c9044af6e5 2,584 0.95/1.00 vMB 48
389,586 389,586 000000000000000007e38020d19ee8ae0c6bf873752e40985e3cc5f6b4a6f3be 1,514 0.86/1.00 vMB 28
389,585 389,585 000000000000000002b7a7c8dc32602786958571f60f1cbe3316fccda5fe1503 2,651 0.95/1.00 vMB 44
389,584 389,584 0000000000000000054137c33a691dd8d09d25202e572e8c3f1e4a7e7950e527 1,411 1.00/1.00 vMB 17
389,583 389,583 00000000000000000a86b7fdb0b4c7e8e241fbac8081987573d25eaa061a1320 2,643 0.95/1.00 vMB 53
389,582 389,582 0000000000000000016a5470d120a17baf724354a4d55a12d6514fa6ec21c9d9 2,986 0.95/1.00 vMB 56
389,581 389,581 0000000000000000047d1532dfd727e301dd1162ce537374ccd732401885cc92 691 0.75/1.00 vMB 9
389,580 389,580 0000000000000000062ef2b867492b547f2b4a63ccff2362e09724e38764ba18 881 0.36/1.00 vMB 39
389,579 389,579 000000000000000004ecdb2c3c4dfb521118cacd099fb5ab55edda4e5e0899bb 885 0.38/1.00 vMB 34
389,578 389,578 000000000000000004562ed8e7fed86961c19df1f68132ae152f959250cfdc9f 1,634 0.75/1.00 vMB 27
389,577 389,577 000000000000000008283c84a6b5cba75e4e835159b7d3a77acbf88226ed5a9b 1,458 0.75/1.00 vMB 23
389,576 389,576 000000000000000001c14be8de82d5722f7aef09bdfd49032a05815468b26659 1,138 0.75/1.00 vMB 21
389,575 389,575 000000000000000006fd221475a39ad7e0b2042889e97d5b4452fd277ff617c1 2,729 0.93/1.00 vMB 49
389,574 389,574 000000000000000006edaf7731255f6944d1eb96d4283ab15d0aeaae33a13e92 1,613 0.75/1.00 vMB 29
389,573 389,573 00000000000000000368d6fd57833cd683dc0420de5645718ad166aa4d6b3e8f 401 0.50/1.00 vMB 11
389,572 389,572 000000000000000006022fa37d2719f08f9f24fa1c2356fa80e81c9b6ead2875 1,025 0.95/1.00 vMB 19
389,571 389,571 0000000000000000011116a343cec54b4e18bcd65d93f91acbefae33ddf491e2 1,075 0.95/1.00 vMB 17
389,570 389,570 00000000000000000506c2c422d62fe12d2034a5b184524721c7b7616a69baa0 1,275 0.95/1.00 vMB 22
389,569 389,569 000000000000000000acbdca87b1dde0a8dff2a0af0cffe42d1f3c72470f70b4 2,097 0.95/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.