Loading Tool

Explorer IconExplorer

Memory Pool

29,500 transactions
8.60 vMB
0.08359612 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.42/200 MB

Candidate Block

Mining Attempt 4bae34e2de79411eb2f78176f78642f7ec6e52b78c194bc59023687626b6d2b7
Version 20000000
Previous Block 00000000000000000000dfe1036d7254b06c2dd375bf5f4768672b4c82b08c56
Merkle Root bf2c317635cfb944b0b48f289c99c745a4821d007e294e76b232a055b3511ee7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.03120255 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,224 (755,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,983 157,983 0000000000000aea2663875eec168dfef8cdb706848e3a89c1d71bdff54d17cc 12 0.00 vMB 357
157,982 157,982 00000000000000f497f986aca161860bb2e2adb34f5b3cadee009609a868be42 28 0.01 vMB 33
157,981 157,981 00000000000008147fac58df1bc2a6aac4de9d0fa51e925a8d7370f0c406dd11 14 0.00 vMB 14
157,980 157,980 0000000000000dd6c326e166936b42feed63d01174e7d3228329d0f74aa0a825 21 0.06 vMB 114
157,979 157,979 0000000000000c80710b813785641c730c7e9ee230ea2b2723cd82433793c789 79 0.04 vMB 30
157,978 157,978 0000000000000cbbc1d103b4ed2953c6a94d6790197541821b686da88b78a6ef 6 0.00 vMB 57
157,977 157,977 0000000000000938d2eae23f520aea754025d60b24693fcd5311cf78638644fd 12 0.01 vMB 46
157,976 157,976 0000000000000a645eba0e83452773a8388bdb0f8f95ac137ffbd95ae9b49c60 6 0.00 vMB 110
157,975 157,975 0000000000000287eaf2a69d82a954bb1c97c38f272c9d464478e6dbf0c9cc53 8 0.00 vMB 62
157,974 157,974 000000000000064b2c37928e01d9e9f638e52bb53f6c1e42e2f10c3fc9e6e301 8 0.00 vMB 102
157,973 157,973 0000000000000e62792f68a6b12febdd109fed6a76ab4caa2ac0b0081ca8868b 1 0.00 vMB 0
157,972 157,972 00000000000002bd7a3037f0ae622b90df1754481cef56d650a6d03b0f10dcd2 48 0.01 vMB 129
157,971 157,971 000000000000049057543d7a321b4e7e29c6e526ac7a95c55d9640b24267d4a3 20 0.01 vMB 225
157,970 157,970 00000000000001cf37852328637a47aaa12cc73173a8522a4516c18e93c393a6 7 0.00 vMB 89
157,969 157,969 0000000000000d95d6ac4e2ae0948f779195c32b6c6bc032c21c84b5cef4c20c 122 0.04 vMB 105
157,968 157,968 0000000000000cd3e8c2c423a23e633ed9d93f0dcce5f86a38a40682ed47df4f 32 0.01 vMB 40
157,967 157,967 000000000000017e86606ba4d5f45d7840e63e05d10d830da06e0a33f3f8ec02 3 0.00 vMB 96
157,966 157,966 00000000000009c71011ffd611b21ef4372ccfd9dda5dea14403d6d23512ebae 35 0.01 vMB 63
157,965 157,965 0000000000000b33c21dc09627b4e085647214443bf57e09ecf1e22aea56d97f 10 0.00 vMB 265
157,964 157,964 00000000000002093f87b541bbadab1f0c631606ff19da9fc3890e5e6bdf9e2c 14 0.00 vMB 72
157,963 157,963 0000000000000150a282d7b58573e2341b2608fd5b9014455be5498e70b8390b 22 0.01 vMB 116
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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