Loading Tool

Explorer IconExplorer

Memory Pool

83,715 transactions
31.17 vMB
0.09478944 BTC
Random Selection Loading Transactions
Max Size: 190.65/200 MB

Candidate Block

Mining Attempt 27da3a8f264958ad47783005a8c8b529af50596758f0912cc10264154d4d3ec3
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root cf119d16c8fc4b884314d51a5f3f564192c1a80069a26075ad716497dccb8002
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,685
Size: 1.00 vMB
Total Fees: 0.02134049 BTC
Feerates: 150.92 > 2.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (469,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,801 445,801 000000000000000000fd4d5a7b4e2a0e569ef41af681a4a458a28c4133e5ee77 2,456 1.00/1.00 vMB 106
445,800 445,800 000000000000000001a4818852faa9c6bcf545535f0272f73ef848f16f3901a8 2,394 1.00/1.00 vMB 65
445,799 445,799 000000000000000001e12293a6810fc1630eb7638590f331b20e8b23c0449f7b 2,340 1.00/1.00 vMB 82
445,798 445,798 000000000000000000855d45267f02252a5eedcd4070c699e933fc117be0ca64 2,334 1.00/1.00 vMB 82
445,797 445,797 0000000000000000005cf30e97294159f19acb99c1eac110fff3c78037caeec1 2,522 1.00/1.00 vMB 102
445,796 445,796 00000000000000000015bbf0b800a84028399071ed6552f8fd4789f395fbe836 299 0.20/1.00 vMB 64
445,795 445,795 0000000000000000033316cb87d3a4f826d63397d01bd8fcac481d2954f04b71 1,784 0.93/1.00 vMB 75
445,794 445,794 00000000000000000146c398cdda979f8aaa046b3201d5482126d40ea058f268 1,166 0.81/1.00 vMB 44
445,793 445,793 000000000000000001b3073125c247819cca8abe029e1fe0708fa4a58f9c9fd3 1,786 1.00/1.00 vMB 59
445,792 445,792 000000000000000002a16dae2525e63a9304720b36015d82a24481f1e68defdf 2,286 1.00/1.00 vMB 82
445,791 445,791 000000000000000001c3864786f5b5aabf1170d3ec2b64f7a05f81bb9d8a897a 1,947 0.75/1.00 vMB 74
445,790 445,790 0000000000000000032864f2cd9a15916fdd8c4e2b49a4a9c1403152bdaa6259 2,361 1.00/1.00 vMB 77
445,789 445,789 0000000000000000012f5a13347755c8bc2879b33d494a6f5035d57a96d35eae 2,315 1.00/1.00 vMB 88
445,788 445,788 0000000000000000035d1e21c3bc29c9c55e05ae0357ca08f328bda0c8d8ca79 2,771 1.00/1.00 vMB 97
445,787 445,787 000000000000000002f379db6fe9eca01b4659e59256f24fd1b9b9e36fb57918 2,388 1.00/1.00 vMB 87
445,786 445,786 0000000000000000023c2405ba5245febca81daebc6597cb760f3e37f0bad1f5 393 0.22/1.00 vMB 73
445,785 445,785 000000000000000000e5ef494287fdf17297be3d7c5d98ac35b5ada82aaa8050 904 0.51/1.00 vMB 51
445,784 445,784 00000000000000000195c72c1e336d04c1f261421e9b264a1a2fde7fce56ba9d 2,270 1.00/1.00 vMB 75
445,783 445,783 000000000000000002b1ed54df613424597792866b2a94d752feccaa393e083e 2,414 1.00/1.00 vMB 86
445,782 445,782 000000000000000000926d8cf9197a75052cc7dbfa4fa08a97f21c8a5376a380 2,549 1.00/1.00 vMB 82
445,781 445,781 0000000000000000009ebb6e2dbcd16616c37c486e1c71547bed99ecc82d48f4 250 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.31 GB
    • Received: 18.03 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.