Loading Tool

Explorer IconExplorer

Memory Pool

88,816 transactions
32.50 vMB
0.18075829 BTC
Random Selection Loading Transactions
Max Size: 196.54/200 MB

Candidate Block

Mining Attempt 4cbace2d95f4677a34709fb1430ede378a41ff0baa50045dcc1600cd250f3583
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 102a2efb13532bb9a2a3fb4de085691856cfba8aa286299055c24719547d34a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.08807408 BTC
Feerates: 216.64 > 8.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (477,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,351 437,351 0000000000000000022f75380baa76284eace76e28c7f27d818968651c3dd5f3 3,195 1.00/1.00 vMB 64
437,350 437,350 000000000000000002939c66b986bcabb2229462c4fc5e31656685acd010c7bf 2,709 1.00/1.00 vMB 83
437,349 437,349 000000000000000000865a2309264574f6417c15c46f039f801eaab2e8ba2892 2,332 1.00/1.00 vMB 77
437,348 437,348 000000000000000002ec3faa4a6f6543255ea45c72f9be7524449f5736a8fa4b 2,384 1.00/1.00 vMB 108
437,347 437,347 000000000000000000ef139d75167babdc08a1a6beb84b4c3bc82345c593a35b 1,958 0.75/1.00 vMB 94
437,346 437,346 000000000000000003ffdf49052de666df06a6a786ce94e3f9e0f7793c42f13a 2,602 1.00/1.00 vMB 135
437,345 437,345 00000000000000000205f86b544e70faf1d7236add02d251c762fa468b85b5e8 2,292 1.00/1.00 vMB 87
437,344 437,344 0000000000000000044a8093ec7abb2fbbac8d53f41eab4efe3f9e9f04e9be0d 2,611 1.00/1.00 vMB 93
437,343 437,343 000000000000000004076b8f057c2bdc32f755d70401e203d2d4875590163505 2,944 1.00/1.00 vMB 78
437,342 437,342 00000000000000000211515dc541a1c4efb0b1ede75abfb03d3de7172b746b89 2,563 1.00/1.00 vMB 75
437,341 437,341 000000000000000000eda559926c341e8b3e91edb8800549dc99c9b0e4bd6757 1,955 1.00/1.00 vMB 98
437,340 437,340 00000000000000000307a585d2442bd7661e87fddd27c349c662a4895ed29000 2,114 1.00/1.00 vMB 105
437,339 437,339 00000000000000000450d5b4ca3eea594b28c75b63c24d12380a7a5ae97d3763 2,889 1.00/1.00 vMB 58
437,338 437,338 000000000000000002982762f84bd28be38f6c18892075753322fec994e3fc80 2,292 1.00/1.00 vMB 78
437,337 437,337 0000000000000000016821834f743e0bf36a87930d8245ccddfa16cd959d1a7a 2,823 1.00/1.00 vMB 82
437,336 437,336 0000000000000000037dc310541ed73d4c68525e6c5e983f72029225ab7eb1e3 2,730 1.00/1.00 vMB 100
437,335 437,335 0000000000000000018e8f4d0d3a2713f6fe0199dfaffe00f773a0f3927aeb94 2,794 1.00/1.00 vMB 201
437,334 437,334 0000000000000000022faa2ee42cc305b4a353ea4ee2cc7a3c1ae5d09d2e6b72 1,986 0.75/1.00 vMB 118
437,333 437,333 0000000000000000010ebefa849b8135d417d44464718437ee4710a2030dfd61 2,496 1.00/1.00 vMB 89
437,332 437,332 000000000000000004192603e6129f95f33bc988a24bb2e485e715ca30996da5 2,306 1.00/1.00 vMB 71
437,331 437,331 000000000000000001c3d1aea300a277755d55f88e67147cadd0ebb25fc707f1 2,690 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.