Loading Tool

Explorer IconExplorer

Memory Pool

26,821 transactions
6.87 vMB
0.05361559 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.69/200 MB

Candidate Block

Mining Attempt 24808762f48d522a59831ca4179f4f0a212116bec6b3eddd27e193837b504a7d
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root e7b26056638babbcb20efb477287ba710d64b3a4b9d273af7e46059ca4ca1508
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.03218363 BTC
Avg Feerate: 2.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (772,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,998 140,998 0000000000000736fa8c48a5772a67290d3f9d58f2f231210362888740331dae 0.03 MB 56 127
140,997 140,997 00000000000005150e6014ec3603c3d9d35175bda4dfcfb57098f25b872a73ab 0.02 MB 59 259
140,996 140,996 00000000000007f97b4967398e475acfdd279174acd7f3aeb607b89191049780 0.02 MB 35 309
140,995 140,995 000000000000058992b4283c170bc600aee04bd06a7f96c5a9a946fe0e8f5f08 0.07 MB 198 203
140,994 140,994 00000000000008d1782fd3ccb5b959b34059eda17f7c88cd474e072f547dd97a 0.05 MB 14 97
140,993 140,993 0000000000000435aa5e8ac30d83aa8d0373fbc918fbec31c6d8f6210bb438da 0.05 MB 123 197
140,992 140,992 00000000000000860e6b30b1eca07419ea1359ad930efb510d01ed8a5656450c 0.01 MB 16 388
140,991 140,991 00000000000000878428f32fcc4965c584f684289e21edc34fc18844dc945c1b 0.03 MB 65 441
140,990 140,990 00000000000007ea60af6c685642587a202d9d0b463e5560a030b0e9b8ec6c82 0.01 MB 22 178
140,989 140,989 0000000000000890fc205764b6a4044ab33115bc89f74d507e94e1f8ed7fb85e 0.03 MB 71 402
140,988 140,988 000000000000066b139c485ba6a957b006c33d00dcbb48a52c4f452acf022494 0.02 MB 45 249
140,987 140,987 00000000000005a936d150d27640ceb9abb890e1ed0bca3a88a76a0c675dd726 0.01 MB 39 8
140,986 140,986 0000000000000239020b988c9be65fc3627be0afe3bfaa9a06f204fa845d67fa 0.04 MB 86 167
140,985 140,985 000000000000014be3a92bb42395fffb2e13992d3e9d7a77ce32f7982c9dd62e 0.00 MB 1 0
140,984 140,984 000000000000052fd45a0c511c976bd24c4c0739ea85e6daffe6a1e0a6cd5bf4 0.01 MB 19 798
140,983 140,983 00000000000005e7407253dc4a294434a5ac442725423d94d089009fde203efc 0.00 MB 9 675
140,982 140,982 00000000000006885b464eb98a18d7bec9cf2970c7243a3aac4b90352f4f51f6 0.01 MB 14 63
140,981 140,981 00000000000007f737bffac49b36478a00a2c3b24adcbcd1c1483121f19fe5ac 0.02 MB 40 158
140,980 140,980 000000000000064cdf32a18b3d56d8a2056e9f6756246a469f502d5d3a18a28a 0.04 MB 134 170
140,979 140,979 000000000000075c5022aaaff34ab12c3a2b279438bc16b480d5f851141d6a31 0.05 MB 112 130
140,978 140,978 00000000000004305e40fcf07b556128e0e7171e758c3f68897102c00968fa9f 0.03 MB 59 193
Previous 10 blocks ↓
Total Size: 778.84 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: 382.96 GB
    • Received: 3.44 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.