Loading Tool

Explorer IconExplorer

Memory Pool

22,513 transactions
12.50 vMB
0.02514939 BTC
Random Selection Loading Transactions
Max Size: 74.26/200 MB

Candidate Block

Mining Attempt 88f4caf14c3d311007672ab7ed7540619fe257065771de2b1d65718eb8ce8a41
Version 20000000
Previous Block 00000000000000000000afad1883dda5601130b87937d6e75efcfe9de2684b2d
Merkle Root ea7aa8a3b4caff183bc7eff6dc13ff2a3c4986c4d20dbd3ab16bd949e42d6036
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,002
Size: 1.00 vMB
Total Fees: 0.01237942 BTC
Feerates: 77.76 > 1.24 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,542 (132,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,347 806,347 000000000000000000050670729b2a16be4bfb344e9dab75ee6fbdd7100df851 2,824 1.00/1.00 vMB 17
806,346 806,346 00000000000000000000dde7de5600a47816d1a1cd3a3c7a8dd815182c0e7933 2,592 1.00/1.00 vMB 25
806,345 806,345 00000000000000000001d27dc77dfb428ae326be18a1d761ba7da80a7c5c8e5d 3,183 1.00/1.00 vMB 22
806,344 806,344 000000000000000000044feefd0e1d7cc1585c3113a9e3fffaa3ac1622132d76 2,728 1.00/1.00 vMB 20
806,343 806,343 00000000000000000002bbb8c8fd3e8ad980d146b6103508cab0a6496d366e15 2,701 1.00/1.00 vMB 25
806,342 806,342 00000000000000000003a444b70366765359ec534ca485b35481d67ea298661a 3,497 1.00/1.00 vMB 24
806,341 806,341 00000000000000000000a301c61d6de8fcbd9a1c7f3c8dbf7e38dfbe193dec38 2,758 1.00/1.00 vMB 26
806,340 806,340 00000000000000000004a2f898e01a99685be0bb55412e39e0c5b26b3c011871 2,610 1.00/1.00 vMB 22
806,339 806,339 000000000000000000050d4883b72ca36e4b413cd1c23ddf6e6489b2a3723edb 2,527 1.00/1.00 vMB 28
806,338 806,338 000000000000000000016985aea7cff7c87a12653ff43ed7026ebd369514eddc 3,140 1.00/1.00 vMB 30
806,337 806,337 00000000000000000003e3e6a2844aa5169a05554b54a7a08a294c569c14e7c4 2,862 1.00/1.00 vMB 17
806,336 806,336 0000000000000000000179ca9a8214efa74cd0db5412dcbfbd5e252f1a872eaa 3,125 1.00/1.00 vMB 21
806,335 806,335 000000000000000000029b82f66f80f8ebfd850bd77c2c75545b99f928f6964d 3,029 1.00/1.00 vMB 26
806,334 806,334 00000000000000000004d40c77f13c6192d6fa65b5140f22dede13f3dc9bce49 4,716 1.00/1.00 vMB 16
806,333 806,333 00000000000000000000d56dd0bba5cc3146c698faeac09b6e3d347a85a8747a 4,358 1.00/1.00 vMB 19
806,332 806,332 00000000000000000004bfe3c4c4bd089e0558dc348f13c064c74f4c694c07b6 5,684 1.00/1.00 vMB 15
806,331 806,331 00000000000000000001a14e7c7fa098321cbe3928372dfc16f7371490dae5bc 3,091 1.00/1.00 vMB 27
806,330 806,330 000000000000000000034170bd1f976b63170d004a50eebcf9495995867a40c4 7,388 1.00/1.00 vMB 15
806,329 806,329 000000000000000000044e35cea10a80ceabe33896af8ee85928c4d14932f6cb 6,156 1.00/1.00 vMB 14
806,328 806,328 00000000000000000003f8689f1e98e2064fa4a34d447d2a9a875b8abc563d25 3,848 1.00/1.00 vMB 18
806,327 806,327 0000000000000000000115a4118f5dab04b4ddf24349d8a6b047cab29f17591e 4,235 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 824.09 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: 4,116.10 GB
    • Received: 227.20 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.