Loading Tool

Explorer IconExplorer

Memory Pool

32,081 transactions
18.61 vMB
0.04798983 BTC
Random Selection Loading Transactions
Max Size: 99.51/200 MB

Candidate Block

Mining Attempt b4def8c0d9627bf6c7847bfedb33c1715b12a2bb23109faa04d1913d95bb92c0
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root ddc6ef701fe5f0ee7c101c55f5f18e30977728f680de8f417d08ee47f154e3f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,603
Size: 1.00 vMB
Total Fees: 0.01268457 BTC
Feerates: 150.77 > 1.27 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (912,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,987 1,987 0000000073ba0d47c8458f2dafd7d7ed616fcb43e6b1a6c8a87236c7d991c89e 1 0.00/1.00 vMB 0
1,986 1,986 0000000000243dfaef0a3b85c3b9c13c958ce6bed9fd4cb154c1df109c1ef884 1 0.00/1.00 vMB 0
1,985 1,985 00000000c7b984d0429b8e9ffa044a776932944d3761eedee5d8b7bedb7a1eb7 1 0.00/1.00 vMB 0
1,984 1,984 00000000d46ffd1af121ae116adaba61d44fbb8ce96d75143016583052715b33 1 0.00/1.00 vMB 0
1,983 1,983 00000000f13dc76883b73f677d3a63b85f75f580e404a390da41db64885d8ca2 1 0.00/1.00 vMB 0
1,982 1,982 00000000714040eab6eca36be421e51514f98b8759cd30a60b9565f875ca1b82 1 0.00/1.00 vMB 0
1,981 1,981 000000004dec691ab72b197449efed660210c7bd2d17ffe3db263c3fea2da653 1 0.00/1.00 vMB 0
1,980 1,980 000000001655468039ac54eb2f17e14c58f751ad6e044d1e80e1624847d2b6ac 1 0.00/1.00 vMB 0
1,979 1,979 000000006c76b29ccdcf929a0dd16d6df4e26de60cc6cdcb31bbc58cb3cb6789 1 0.00/1.00 vMB 0
1,978 1,978 00000000abd7ba2d26bf3d2079a2406f6643d32e16bb41d4d4ff10277b6a5743 1 0.00/1.00 vMB 0
1,977 1,977 00000000f0655b679fba1aa2d32c0885546e7183667a48a3a1328222d656881e 1 0.00/1.00 vMB 0
1,976 1,976 0000000086980b604dbbb98eb75b8a897d0b7c96389122ac1cea52866a3ef5d8 1 0.00/1.00 vMB 0
1,975 1,975 000000004376743ff349325f3e1d1b919848bde8133f8948fe79978d2233fdda 1 0.00/1.00 vMB 0
1,974 1,974 000000006e6bbd3f3224cf02ada810ab859bae70b7d25b164efaf2309cf39e53 1 0.00/1.00 vMB 0
1,973 1,973 000000002d9dd660268a57b9415be9b27d1eefcff934c75a48c676222b00ca36 1 0.00/1.00 vMB 0
1,972 1,972 0000000003c11ac3a009b94dccc057555966b994bd1de1f538758bf22b1a2713 1 0.00/1.00 vMB 0
1,971 1,971 000000009d524126e78d19290cd9d7fa356ce0c2b58d67fbe8e51142e811bee8 1 0.00/1.00 vMB 0
1,970 1,970 000000001210de7676a0944eb9a0df4cd4001868be65f0f1b0abb80061521bb4 1 0.00/1.00 vMB 0
1,969 1,969 00000000be9aaca9fcb7ddda0d54db9f98365e752dcfd576ce9ae4cc2e330f39 1 0.00/1.00 vMB 0
1,968 1,968 00000000896f1f96404bc9c357dce2d73599c0bb3ebce920099b85a2c8c83312 1 0.00/1.00 vMB 0
1,967 1,967 0000000086212d898444f6464d2ebfb9c6aacae1d54abdb22c484eefe276b008 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 561.41 GB
    • Received: 7.39 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.