Loading Tool

Explorer IconExplorer

Memory Pool

53,855 transactions
29.78 vMB
0.10524532 BTC
Random Selection Loading Transactions
Max Size: 159.96/200 MB

Candidate Block

Mining Attempt 58f7335d24d27bffd53bbbd5de7137ad4dcdf1a0b98f8876a7ea1fd84a1c3d95
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 9a24bac36f262e3417657b4fee3ffd8767005cc9b65dfbad1dc1d81981bac2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.03260658 BTC
Feerates: 150.77 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (96,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,348 818,348 000000000000000000033acad0d1031278307c606361d1c829dc74174ea1a80c 3,203 1.00/1.00 vMB 68
818,347 818,347 000000000000000000010cb320bf500d1efb189e791992d51d86555dbfd72c26 3,432 1.00/1.00 vMB 105
818,346 818,346 00000000000000000004239b12616e3aa2d5abd61aeb4bcf8aa0f83508c1a55c 2,785 1.00/1.00 vMB 90
818,345 818,345 00000000000000000000b38393c45221dd46f441ff303eaca4700f16203be600 4,021 1.00/1.00 vMB 60
818,344 818,344 00000000000000000001c80552d15cea16f99c060bf6bd080cd06a06e8dd287d 3,617 1.00/1.00 vMB 73
818,343 818,343 000000000000000000045535c0784a1ff49bbd44e4b5a5794ee0e6a8dadd1aa9 3,097 1.00/1.00 vMB 75
818,342 818,342 00000000000000000001d5dae998543c50d40c0cc7ac3fd4257e7224762e50dc 3,476 1.00/1.00 vMB 63
818,341 818,341 000000000000000000040d16c6ae962197efe97d5e1b544a6166d78803b55162 4,286 1.00/1.00 vMB 40
818,340 818,340 0000000000000000000396630105e1d42ee79cd9c44e96b94c79ae5e857643ca 6,134 1.00/1.00 vMB 42
818,339 818,339 0000000000000000000145d2e7c1ce33d22e2a153abae58d4aee6826ff426b18 4,135 1.00/1.00 vMB 42
818,338 818,338 000000000000000000012c8c6560852be40c6473bf3ba26298e771920ff17ffd 4,317 1.00/1.00 vMB 49
818,337 818,337 00000000000000000002dd4adc35c4eeeac9eba353dfe3a4ba8002494169d92a 3,829 1.00/1.00 vMB 51
818,336 818,336 00000000000000000000d4cc4469d0fe58353688c13e2eb873252faf5dab8f65 4,706 1.00/1.00 vMB 49
818,335 818,335 00000000000000000000b03effab300ecd510f6560684e8d52bf1ed2f9895378 3,075 1.00/1.00 vMB 68
818,334 818,334 000000000000000000016304bd8144d860718b9c00e629dd894aa1b05ee5ab63 4,063 1.00/1.00 vMB 44
818,333 818,333 00000000000000000001ffbcf8ca799c8a70f6e1e4364324c559389f73eac755 4,568 1.00/1.00 vMB 42
818,332 818,332 00000000000000000001c37c2a3744ab05e1715e5157b26a3bcf1625a6afa47a 5,534 1.00/1.00 vMB 36
818,331 818,331 00000000000000000002b7c71f175beeed53c7aac67a939206fc8fa8f9e6e1a2 4,527 1.00/1.00 vMB 43
818,330 818,330 000000000000000000042e437c05146a53a56c9907cc06848014d3364b05f88a 3,052 1.00/1.00 vMB 60
818,329 818,329 0000000000000000000116789c3568ac17d1d8713d37aa5ac25dc9d04679e297 4,172 1.00/1.00 vMB 41
818,328 818,328 0000000000000000000245ed772ef3a30bfffb5a6e7ca9ac3fc406672831b7d8 3,027 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.89 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.16 GB
    • Received: 12.69 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.