Loading Tool

Explorer IconExplorer

Memory Pool

82,139 transactions
30.54 vMB
0.13513787 BTC
Random Selection Loading Transactions
Max Size: 183.75/200 MB

Candidate Block

Mining Attempt 4f6ce1afc4d0bc53878c1f4b45bd644d52495aee16df4df84fd86a90388b4645
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 07d028158d1137f305ff0a434672e3602831868934539a880e6c14139b592bd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.05269145 BTC
Feerates: 302.06 > 5.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (553,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,562 361,562 00000000000000001581da22a2a36221ccce5d4092a14e75e3dce3ea9155127d 635 0.37/1.00 vMB 27
361,561 361,561 000000000000000009f54f0690c0aa95867e34a83359b13518d17b79f8d8cda0 924 0.48/1.00 vMB 31
361,560 361,560 00000000000000001320eac7faab9dc730d7ec85801b292da7a59cb7ce3aa2ff 1 0.00/1.00 vMB 0
361,559 361,559 000000000000000011f7c8b6f27a3a90031ad2b521c874c7b60e096ba6b98102 1,271 0.55/1.00 vMB 33
361,558 361,558 0000000000000000047bd6a48f6b04b171fd5d9754f20ab12ea435bc3c12d538 195 0.14/1.00 vMB 14
361,557 361,557 00000000000000000d6bd3d3432d6fcb963a9c3ef100a2ba27b0c2f19318b5c9 1,343 0.75/1.00 vMB 26
361,556 361,556 0000000000000000107736fae012cb41c2dc0333f983258cd8dcbc135bf76fc8 1,173 0.66/1.00 vMB 26
361,555 361,555 0000000000000000031668a92f729d44480d4a88d1cb3aad0ec65958001ab20d 545 0.54/1.00 vMB 16
361,554 361,554 000000000000000010ea4fc57a2bdfe46bd939a39e5fbb49fe7fd5bfac8be75a 978 0.50/1.00 vMB 29
361,553 361,553 00000000000000000e43f2d794ae08834a19d2c9e24b163ded869569aaacf647 1,051 0.48/1.00 vMB 32
361,552 361,552 0000000000000000110fe98ee957fa1fc1fe9ab3871d1a0cb9b01ddde1603056 706 0.30/1.00 vMB 36
361,551 361,551 00000000000000000c4bf72e6d64c0d7c1eff149e534a38af8586949e7d8b531 162 0.08/1.00 vMB 28
361,550 361,550 00000000000000000bf91b9f77192a4733e83280fbf7fce4e9ce7deb3a502022 123 0.09/1.00 vMB 7
361,549 361,549 00000000000000000ed82cdfbc4e9a0927437eedb0c2318c3ba4cf73616e0634 1,000 0.50/1.00 vMB 30
361,548 361,548 0000000000000000106f0b2a8f6e08ada27cc3881d5ba4b95f1393b66fb67c5f 1,166 0.72/1.00 vMB 26
361,547 361,547 000000000000000014bf2d39898e6200feb96d75290f920bf4839d6a7ddcfe28 1,928 0.99/1.00 vMB 26
361,546 361,546 00000000000000000c3d393831c2d86cf42e39a2b126a5a0328916fca0d5067e 442 0.26/1.00 vMB 26
361,545 361,545 000000000000000006165d6d8508633f7a1327dfbdd56e0f4ec344e16c1a11c0 958 0.50/1.00 vMB 30
361,544 361,544 00000000000000000fb874a1b8a6f87339c169ce75cc36cde9ca04cd9c598360 924 0.42/1.00 vMB 32
361,543 361,543 00000000000000000bef783615ead30ff4db4b1ed487217283d0866967275880 146 0.07/1.00 vMB 29
361,542 361,542 000000000000000007f097a50ec1bfc76ef07e520f412b890118aebb9fe3b5bf 129 0.06/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.