Loading Tool

Explorer IconExplorer

Memory Pool

78,185 transactions
29.10 vMB
0.07573220 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 4b7b7b704287658f0ad59f74e0e1d28ed135a8c9e618f821f44b28cb6340b359
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 393324da6dee5dd11c4039dcde70c54e14452fc5d4c9775f5a91b9c66cdf1b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01493733 BTC
Feerates: 100.72 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (263,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,851 651,851 000000000000000000003368e3f3d62ef25c87a82c4dde3e4b10a6ec68401497 2,727 1.00/1.00 vMB 123
651,850 651,850 00000000000000000006c71b153f14970f6f5ab70696ce617e5f83987b7a3ba9 3,070 1.00/1.00 vMB 99
651,849 651,849 000000000000000000055be66f8fe3c118471f7785b9e9e5d0d3b23ea8a0990f 2,423 1.00/1.00 vMB 115
651,848 651,848 0000000000000000000d8f1537c2d264fa169f3a89d01d9296e68baf1261d22a 2,185 1.00/1.00 vMB 112
651,847 651,847 0000000000000000000101ffb88106b8b3a6401ee4887fe7e860a6e4c5290f1d 2,820 1.00/1.00 vMB 103
651,846 651,846 00000000000000000005183150511b6143ee44de0601ab13080bb6941602efde 2,529 1.00/1.00 vMB 124
651,845 651,845 000000000000000000025878b42d9627969b4a3016daf3bfc7aebd7eb8984a78 2,858 1.00/1.00 vMB 124
651,844 651,844 0000000000000000000595be70a66a5bd6fda70c184615e045173b2490c966f9 2,452 1.00/1.00 vMB 124
651,843 651,843 0000000000000000000990415e69f5ef7fdc3a328e46fd9db4e4ac1e4834e357 2,396 1.00/1.00 vMB 121
651,842 651,842 0000000000000000000714e4834f73db78293d63f001ccf16b07288d938fe2f2 2,633 1.00/1.00 vMB 115
651,841 651,841 000000000000000000065663221ddf242a42333ab47544bfc7dff5b0bbfd172c 2,834 1.00/1.00 vMB 123
651,840 651,840 0000000000000000000d097479ff7097daa1fbeb6bdbba729c01f82c770a8b3b 2,917 1.00/1.00 vMB 121
651,839 651,839 0000000000000000000d8e23873b633ba21417c7afe4bb8ebf25bde6e3b8dd6e 3,196 1.00/1.00 vMB 140
651,838 651,838 0000000000000000000b27e45a0f1bfb1b269852ea98bc990567fc9969f03435 2,496 1.00/1.00 vMB 61
651,837 651,837 0000000000000000000de86ef23866717d449aa5e3fb941369a0212a8138778a 2,891 1.00/1.00 vMB 91
651,836 651,836 000000000000000000045b20827f8385432861c676ed60ba9cbf0472a63e2c47 2,673 1.00/1.00 vMB 59
651,835 651,835 0000000000000000000a992305a2789a4b6d7b46ac1b55ba69148a77ab916378 2,763 1.00/1.00 vMB 98
651,834 651,834 0000000000000000000dda46be23e3e54a0d4de65cd254517c0b60767011143d 2,667 1.00/1.00 vMB 120
651,833 651,833 0000000000000000000133ad184f34f65a350889924b6d30d232595045af8d7c 2,781 1.00/1.00 vMB 98
651,832 651,832 0000000000000000000cce253678759c5593619bf42444805c32de022410c207 2,691 1.00/1.00 vMB 89
651,831 651,831 00000000000000000001adcd0b218ffd1ed830157d13046c3c0ed9cea3cd6f84 2,967 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.57 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: 671.16 GB
    • Received: 15.86 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.