Loading Tool

Explorer IconExplorer

Memory Pool

81,685 transactions
31.26 vMB
0.07831831 BTC
Random Selection Loading Transactions
Max Size: 190.22/200 MB

Candidate Block

Mining Attempt 1b7847a59d20764d528978e9c7214a38b24b1cab27550db14b70419ed507aeb8
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root e415f17cce5b12a780ae70cc77c689579247afd1798cc5df2f99478c77153455
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,217
Size: 1.00 vMB
Total Fees: 0.01076094 BTC
Feerates: 100.37 > 1.08 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (287,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,601 627,601 0000000000000000000e8d81cf946d15758ca5fce88b1b44c5bda4d06baad0fc 1,002 1.00/1.00 vMB 9
627,600 627,600 0000000000000000000eb633d2c959e45fa4629e4d4bd601c58e774544454d00 2,827 1.00/1.00 vMB 5
627,599 627,599 000000000000000000062316f3298bbfe8f74a0c9f362ec946e65f094b083906 2,638 1.00/1.00 vMB 25
627,598 627,598 00000000000000000005454f1311c26705f5b98e0b50f10000ba4b9c019e74b5 2,733 1.00/1.00 vMB 34
627,597 627,597 0000000000000000000c0b38deae69630ff362b31c4f12bb95284d94d55d2f60 2,699 1.00/1.00 vMB 34
627,596 627,596 0000000000000000000c8fd4579c751436076b43d9143f13c173988c32df8baa 1,165 1.00/1.00 vMB 3
627,595 627,595 000000000000000000033ed08f5b099133da3fa9a455de28d6815553148cf8c0 2,462 1.00/1.00 vMB 15
627,594 627,594 00000000000000000004ae72a2aed1a6fb4dd295a7b13299b6e39f1669f6826a 2,394 1.00/1.00 vMB 29
627,593 627,593 0000000000000000000b9e8a106c586b1ef8e0bd31cc20d3befd6ed837390603 2,885 1.00/1.00 vMB 33
627,592 627,592 0000000000000000000987c1f7c42bdb5ffd926b1dc855a93dea346c1c3c074b 726 1.00/1.00 vMB 5
627,591 627,591 0000000000000000000494c6c5f078ceab7e10e68c4455551e2afaa1f963821a 2,186 1.00/1.00 vMB 16
627,590 627,590 0000000000000000000531b61bce924e3ad8bd6acf7eed354fdf1286930f73cd 2,080 1.00/1.00 vMB 16
627,589 627,589 00000000000000000004f9628b30311247d4468dfa9da2ab3f67555c2a34f3ae 2,643 1.00/1.00 vMB 9
627,588 627,588 0000000000000000000464ff7a0697404414bba10448d0df578f68c70a2ca5f4 2,554 1.00/1.00 vMB 29
627,587 627,587 0000000000000000000a1d1a4157835592ffbacc2a832d280d9fa86633e73a54 2,699 1.00/1.00 vMB 44
627,586 627,586 0000000000000000000f68ff7df36c0de959d9297aa45c54d66752ef5fbe11a8 2,860 1.00/1.00 vMB 31
627,585 627,585 0000000000000000000dff17d7e8c920a3d887f0fa7136a06c012583c31f8ac4 2,861 1.00/1.00 vMB 17
627,584 627,584 0000000000000000000ad688a628e3be228679079bdea1e50f3e422e57444f2d 2,170 1.00/1.00 vMB 29
627,583 627,583 000000000000000000009154f637fb77260a91a740305ca2c3fbf9659c4ef077 2,294 1.00/1.00 vMB 43
627,582 627,582 0000000000000000000e8ca090d700764f8de4c2c4805ed3fd361c6e28a61c78 1,889 1.00/1.00 vMB 7
627,581 627,581 0000000000000000000801bdcc0c5ececb2bbdcd96e4551223afe56123817528 1,498 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.