Loading Tool

Explorer IconExplorer

Memory Pool

78,161 transactions
28.68 vMB
0.10375465 BTC
Random Selection Loading Transactions
Max Size: 174.46/200 MB

Candidate Block

Mining Attempt d3fbd2e54f64279061586461c49f8c9e1099e36e182c33add7e3ce1ef701cf3b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 029aec9c3273127b827f21c4df5acdfd205c39ec239a86eb64164c1b71c7b67a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,795
Size: 1.00 vMB
Total Fees: 0.03664667 BTC
Feerates: 602.26 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (408,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,548 506,548 0000000000000000004a7d68f5f52352a9702e3b5504979177fc8f09082bf7e5 1 0.00/1.00 vMB 0
506,547 506,547 0000000000000000004d2290f03e9e18aeb0d1a9dd6e4b48a8644018d3df68a4 2,015 1.00/1.00 vMB 129
506,546 506,546 0000000000000000003869c311131101f9206538f4ca5f24120a88450a82f957 472 1.00/1.00 vMB 25
506,545 506,545 0000000000000000005d122cd1abb39a63825959a96099509d90981bb8bf4441 532 1.00/1.00 vMB 44
506,544 506,544 0000000000000000005b3ecc3f65ae7fe605691c2ff2a93108a1fc257c8ece64 718 1.00/1.00 vMB 60
506,543 506,543 0000000000000000001537e695b68ea87f50e6e65d915e7937b045a9ef555f5a 1,305 1.00/1.00 vMB 41
506,542 506,542 00000000000000000051ff51b1afebd123e792eb56fc33b5584f2c0435dcba8a 2,290 1.00/1.00 vMB 111
506,541 506,541 000000000000000000468f7a653fbc8ace9dc5bc01e51183122d2810ae9fe729 2,266 1.00/1.00 vMB 188
506,540 506,540 0000000000000000002c6b563837d1adb4df871f06fdc4f23fae59f04dcc4b1f 1,292 1.00/1.00 vMB 84
506,539 506,539 0000000000000000001530c9a2a904b93c6ed7b033d8addef5a535dfc66dfe4a 164 1.00/1.00 vMB 9
506,538 506,538 00000000000000000001b1ebd03b6a1bc9d5fcf80f6d3a620b22e65b08040ab9 2,133 1.00/1.00 vMB 108
506,537 506,537 000000000000000000414f050d5e2e44582e964663f416c08a34910fbd9e99eb 1,097 1.00/1.00 vMB 79
506,536 506,536 0000000000000000003970c9686b27ba3e21b8f7804d7188f58a1651d577c7e2 684 1.00/1.00 vMB 33
506,535 506,535 00000000000000000025429fea3c5a12d4a1ec29987fb2d7093a7374ab4e12f9 94 1.00/1.00 vMB 11
506,534 506,534 0000000000000000000d1a689dfc9773584189cda247f469741453e8ab130731 691 1.00/1.00 vMB 38
506,533 506,533 0000000000000000001687092bc4fb0084841491a69a86634a434f2a4a4ff18a 860 1.00/1.00 vMB 37
506,532 506,532 00000000000000000066e89ef4c2c6c763ff565db54953610f4e9a88bf5576f0 1,341 1.00/1.00 vMB 105
506,531 506,531 00000000000000000017e6afdd3b10fe25ec6519eca20113b08e786a39291f63 506 1.00/1.00 vMB 19
506,530 506,530 0000000000000000003f2fcabbdc29bcb16456931621be41f6dab544203ce3b1 1,448 1.00/1.00 vMB 61
506,529 506,529 00000000000000000004ba731c254ae1a0c4fc5341e61c6e1435a7f488e90159 2,041 1.00/1.00 vMB 142
506,528 506,528 0000000000000000004627da7ae7f0a939e193bb6e40aacf4cd2b4c16fe2c87d 1,570 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.92 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: 714.38 GB
    • Received: 17.53 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.