Loading Tool

Explorer IconExplorer

Memory Pool

35,033 transactions
27.24 vMB
0.05675576 BTC
Random Selection Loading Transactions
Max Size: 136.56/200 MB

Candidate Block

Mining Attempt 8bd5b3e43be27efde2f58c1e15103be115fabe841b52c1b83ce6570adc113cf4
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 07ff1cfb96465df936693b9e906817cb1758b0b010bc13f9d3e55b7b6dc39f17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,081
Size: 1.00 vMB
Total Fees: 0.00514587 BTC
Feerates: 77.90 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (345,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,345 569,345 00000000000000000010e8065184c4871e70b4cc79ea45b87384e16997c994d7 1,643 1.00/1.00 vMB 41
569,344 569,344 0000000000000000001f6cfafe9a0c17862f264e4dddb53d41b52a7cfba31b15 2,347 1.00/1.00 vMB 43
569,343 569,343 0000000000000000001df42c7694f122f35f888b2835b177772e200e37f79524 2,097 1.00/1.00 vMB 51
569,342 569,342 00000000000000000018ed623ebdaedec017d80fe21996762f4e9945865cc05b 3,414 1.00/1.00 vMB 59
569,341 569,341 00000000000000000001679b6015cb351860f100d03bb59c810e7e5de02b2e0a 2,475 1.00/1.00 vMB 49
569,340 569,340 00000000000000000016fb59ff830c436c4b308c6505443d79c8a70be75e4957 3,330 1.00/1.00 vMB 55
569,339 569,339 000000000000000000060fd7a3ed72a74390ef3aa102aef89169b57797aac0c2 2,802 1.00/1.00 vMB 73
569,338 569,338 000000000000000000083ec1f21ffd00bf1085a5a38fe647a209d70bb9444722 2,024 1.00/1.00 vMB 50
569,337 569,337 0000000000000000000b34c6ba4108cd535f82c54bf354daf564d3fc1e553319 2,947 1.00/1.00 vMB 66
569,336 569,336 0000000000000000001d1cd65ac31dabf60f389bdd7bfc6fb8bd0c5d86c4c097 1,049 1.00/1.00 vMB 40
569,335 569,335 000000000000000000060585eaf7bbe1cbe062b8cee6c37db872b6b0d18e1e7f 2,846 1.00/1.00 vMB 48
569,334 569,334 0000000000000000001b81e995270fdd8cf4b3ddc2b106ddbb4526762b593a98 2,639 1.00/1.00 vMB 48
569,333 569,333 000000000000000000079548ca587fc8256665729594d09e18fbf87908df1629 2,933 1.00/1.00 vMB 56
569,332 569,332 00000000000000000010c104f451dd836a9ea6f3ed7cbf6c5c51e3380744f174 3,046 1.00/1.00 vMB 55
569,331 569,331 00000000000000000020922656823288abf6fe66f1f2b062484f143b3651fabb 2,631 1.00/1.00 vMB 68
569,330 569,330 00000000000000000007ecfa692422d91c5f910256b7d72501724ef0d91cf3ae 2,810 1.00/1.00 vMB 70
569,329 569,329 00000000000000000019042647e47cc58958eea92aef2f8a6c0211b58b2454d6 2,724 1.00/1.00 vMB 71
569,328 569,328 000000000000000000201e636ccf09c7e2925a662926d2604fc7fc36839b96ec 2,922 1.00/1.00 vMB 46
569,327 569,327 00000000000000000022a4fe2f65a657712ce8c107ea6d9b24f1e5a56bb01ca4 3,024 1.00/1.00 vMB 53
569,326 569,326 0000000000000000002b697bd9f85053b59accf7b4ea475c074cbd0f2a4e62b5 3,254 1.00/1.00 vMB 44
569,325 569,325 00000000000000000018d715bc5e60dda42d91239b02aac483f8e78dd3f61b75 2,927 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.