Loading Tool

Explorer IconExplorer

Memory Pool

44,301 transactions
28.18 vMB
0.09084849 BTC
Random Selection Loading Transactions
Max Size: 147.12/200 MB

Candidate Block

Mining Attempt 0cc484854059f2dd90023ff5f33fd00684c7882fb6c12eb270b009e78d27c54d
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 6fdb5de35cea359953688c9d0c69d08f7f33a8e1e768457c5e4f034c1393066c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.02043534 BTC
Feerates: 40.21 > 2.05 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (68,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,469 846,469 000000000000000000008f5bbcb6f53cdd71a215eb0585812763affe5175e782 7,010 1.00/1.00 vMB 17
846,468 846,468 00000000000000000001f766196d3aaded9cc259fed933ec9b093c2759e4f8d4 5,043 1.00/1.00 vMB 22
846,467 846,467 000000000000000000032d46faf64e17c0fafa8802871e340e538fa8e33a7a72 4,333 1.00/1.00 vMB 27
846,466 846,466 00000000000000000001140dc6a0b28aea8ea734e745087fec60e834a58d2e22 4,736 1.00/1.00 vMB 23
846,465 846,465 0000000000000000000134e489e1e13e6fc9ef732809fddc033089065bc82a26 4,279 1.00/1.00 vMB 21
846,464 846,464 00000000000000000001d5e0369520ead2dc646b7b592b8bafff8dc02e368600 3,786 1.00/1.00 vMB 27
846,463 846,463 000000000000000000002bde133693a19d84616a4cf1db767f8864b5288cce6b 3,437 1.00/1.00 vMB 30
846,462 846,462 000000000000000000031f97130e48c0a7797547416d16ccd3d7dd8a6cc6d0b0 3,313 1.00/1.00 vMB 41
846,461 846,461 0000000000000000000012f2d726f8a033a2bfb5eada30cd92e15e6e1d196ce7 4,172 1.00/1.00 vMB 22
846,460 846,460 00000000000000000000225789427db9f0e8f310d8bc0a205f884a8ce68a2aaf 5,007 1.00/1.00 vMB 19
846,459 846,459 00000000000000000001de5e312d55f873e73d14f3cd8a8ee656a392dbc28236 3,544 1.00/1.00 vMB 35
846,458 846,458 0000000000000000000146ff7ddbab422a05c9476100b0694b19cf0d1a5486f6 4,458 1.00/1.00 vMB 23
846,457 846,457 000000000000000000016d58bb61529d640fedaf86ee2da9b891dfd27d41067d 6,152 1.00/1.00 vMB 19
846,456 846,456 0000000000000000000131ed404276797986191f33e40b04e655f876e8f77a5e 5,136 1.00/1.00 vMB 19
846,455 846,455 00000000000000000000fe96359fd4dac47dc0eb0d041e3771910594a2c6d726 6,256 1.00/1.00 vMB 16
846,454 846,454 00000000000000000002664a3ee77eada091c13a3d64593da11f4ad0026ba070 4,209 1.00/1.00 vMB 16
846,453 846,453 00000000000000000002946d5147ed7b95941a4a9dda1c8d9e8d5da1a742e196 3,861 1.00/1.00 vMB 21
846,452 846,452 000000000000000000005d61b6cfc471c8afdd786462b72f33115ecc0fec9ad5 7,351 1.00/1.00 vMB 16
846,451 846,451 00000000000000000001be40b7b47870ead22964e0a247dd4db79bc0da0bdd78 7,371 1.00/1.00 vMB 17
846,450 846,450 00000000000000000002b80ab943f57069f72fab9280eb35e0f1c5f4cc4e8249 4,925 1.00/1.00 vMB 19
846,449 846,449 0000000000000000000029f6e349f280f8fca97e7a9cc191dff5c2d47b4f1bfa 5,017 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.