Loading Tool

Explorer IconExplorer

Memory Pool

44,351 transactions
27.57 vMB
0.08091129 BTC
Random Selection Loading Transactions
Max Size: 144.76/200 MB

Candidate Block

Mining Attempt ee24c2a5429ace39cd756a4770b2bd4577b6a424a5c94a448340d2624d272cef
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root cf3d29a40aa3d6c1e7e7976c5b5a71deec5ee23372eb0fd951c1958d8046cd02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,914
Size: 1.00 vMB
Total Fees: 0.02864074 BTC
Feerates: 157.73 > 2.87 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (44,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,863 870,863 0000000000000000000266f08b16506475e0561db80fa2be0959f3a5f540ffbb 3,994 1.00/1.00 vMB 12
870,862 870,862 000000000000000000028609a000918a2a3629c38e31d211715ed870ef9e84dc 3,043 1.00/1.00 vMB 7
870,861 870,861 000000000000000000005ecb9df0be545ad85e74fd42545e110f8527a7a3fd43 3,357 1.00/1.00 vMB 9
870,860 870,860 000000000000000000026128c9bf89fdf709040cae4932157f8f2f00ac86c097 3,016 1.00/1.00 vMB 9
870,859 870,859 000000000000000000002594bc4f70ddb180e327b8493306e2495e7abf89051a 3,270 1.00/1.00 vMB 10
870,858 870,858 000000000000000000029f89c4100376432fa65936eec22a031375e282642c47 3,792 1.00/1.00 vMB 11
870,857 870,857 00000000000000000000589f7aef131bc60d6ab721953eb9d99dc9c077f2b74c 5,580 1.00/1.00 vMB 3
870,856 870,856 00000000000000000001ad42dbd0d32f66f4d2ff1700f8dab7d4028796cc8ae1 3,208 1.00/1.00 vMB 2
870,855 870,855 00000000000000000000ea93a6512a605e6837ddd43bb2e5724944b1ed5110bc 4,058 1.00/1.00 vMB 4
870,854 870,854 00000000000000000001ffb361cd87b2a223cf74b50bc7b5f32c86ff6a9bf40c 3,796 1.00/1.00 vMB 4
870,853 870,853 00000000000000000000b9e6cc0b5be06c02f56506fee5c7897edf6cafc4e7cc 2,747 1.00/1.00 vMB 6
870,852 870,852 00000000000000000000d7645b5c96567616a3eb0e9c5b5185f9655d294ae922 3,530 1.00/1.00 vMB 9
870,851 870,851 00000000000000000001cb02249131f167c2164cd5c15860e9536f87a4a0ef6e 3,553 1.00/1.00 vMB 5
870,850 870,850 000000000000000000026b4a524886b974cd58a354ed15aa934e90ff3fb2c79e 4,111 1.00/1.00 vMB 14
870,849 870,849 00000000000000000000a0723b9b537cc4086906312bf2dce09cde6536952915 3,096 1.00/1.00 vMB 5
870,848 870,848 0000000000000000000122bb738ef9cf7f4a69f101cd49dddc7a79555d39bdf3 2,664 1.00/1.00 vMB 6
870,847 870,847 00000000000000000001c0e46d51f41f68083e8687eebb44fb2dc47f0f89e69e 3,896 1.00/1.00 vMB 8
870,846 870,846 00000000000000000001abb688b1f06e965b2eb3b641a677f88f2ae6005d267d 3,048 1.00/1.00 vMB 8
870,845 870,845 00000000000000000001c9b8ee51a78d65ec30fc6d6b63db4f077dc4fbae0014 3,822 1.00/1.00 vMB 22
870,844 870,844 00000000000000000000841d807f0869f459b3dda9ec5325d0feaa97e562a8be 3,255 1.00/1.00 vMB 11
870,843 870,843 00000000000000000000a51fc33a3bd2c8914ddcec385b68a5b9ea604364f8cc 4,080 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.24 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.