Loading Tool

Explorer IconExplorer

Memory Pool

16,234 transactions
7.25 vMB
0.02535837 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.75/200 MB

Candidate Block

Mining Attempt 97245f9995f53f5dec2a610b451370e52435054421987364f54e66df47ceb399
Version 20000000
Previous Block 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8
Merkle Root 15dfc654bf6ad9742866fdfe69bcf05878335eae31753a3de3c3a5b1c8dbb338
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.01141802 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,442 (754,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,991 158,991 0000000000000e499a10ff12fd0276a84e4ee314677382f0a947169f1778fe94 24 0.01 vMB 0
158,990 158,990 0000000000000826dea3ef0d1315f77b94c080908f765d50d8dabd399f14fdf1 81 0.02 vMB 15
158,989 158,989 00000000000007b87105572c3f6d9b10cb899190a80c0d9a2d5d78fc712e0124 58 0.03 vMB 52
158,988 158,988 00000000000007ee50d6b3becc00a21f8f5025a72b57119f17b16a9904140783 7 0.00 vMB 124
158,987 158,987 0000000000000c009412f546e7180eeee49fac70c89f764dccd74af3213f3292 13 0.01 vMB 15
158,986 158,986 0000000000000874dcae527793d3cdcbffc777c2971045b88dbd2a1ef85e467d 25 0.02 vMB 246
158,985 158,985 00000000000003b50722e5b377feff20a60ab6abc754daeb6ad68ad3d0036e07 36 0.01 vMB 145
158,984 158,984 00000000000007f49e72cc73b01e84fe791f7fd925953490b016eeca9a7869c3 25 0.01 vMB 219
158,983 158,983 0000000000000429941f3ba8555e7474445466fa1bc0a7a2688ecdb6e762df5d 24 0.01 vMB 239
158,982 158,982 000000000000053eb6e1118c74219013231a250f8d2beefe2cacc10582df096b 39 0.01 vMB 66
158,981 158,981 0000000000000258ffd9f92150311424eae3e15c7a8252a5acb5a3bc1211526f 101 0.03 vMB 43
158,980 158,980 00000000000009d638c9cfb33b96ca4351819697d249f549066eddad6b257fda 75 0.03 vMB 53
158,979 158,979 00000000000001ae9fe34c34ee6a2331ab5ba7d6e6291fd6cee6948e9ae65982 13 0.00 vMB 0
158,978 158,978 0000000000000044349608b1fdf961feb2640c41c29c77bd9ad077314d30c869 47 0.05 vMB 83
158,977 158,977 000000000000079512681937d6a0eff502e3c0130015fbcb6f3448a4cb310e19 13 0.00 vMB 0
158,976 158,976 00000000000005972afdaa7749b80be941671f92229928b89b86913629fd6d33 17 0.01 vMB 229
158,975 158,975 00000000000007e8ea45b1da5e026749cbcdc9fe8a9d10fd3412e77dd4f1f9e6 25 0.01 vMB 158
158,974 158,974 000000000000027f3c15e1dd5b84d16ce2bf89df388c1b3b6a412a3b3160c400 19 0.00 vMB 0
158,973 158,973 0000000000000dd95d2a15b1c915cfd83fe797aaa2d64ec30a02f78f458f3e49 59 0.02 vMB 130
158,972 158,972 000000000000083a76eb4680d606bd606d0bff502f5e5b5cd1db1ad8ef5a1306 1 0.00 vMB 0
158,971 158,971 0000000000000dabdd00e2893daced9248fe8537c03868fc01350f063c2f7d46 8 0.00 vMB 23
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 11
  • Data Transfer:
    • Sent: 304.63 GB
    • Received: 1.41 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.