Loading Tool

Explorer IconExplorer

Memory Pool

78,275 transactions
29.43 vMB
0.07617427 BTC
Random Selection Loading Transactions
Max Size: 177.80/200 MB

Candidate Block

Mining Attempt 323a1d1ed052f1e2baa59a57772d37bb69d6ff2fe8add19f08c73fbcac4e7575
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (442,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,590 472,590 000000000000000000a4cf9c9e548ddb0995e150c9ea26c1bc698b08c6c599ae 2,361 1.00/1.00 vMB 352
472,589 472,589 000000000000000001579aab9318f93ab0b8c219d27d5e6f601799133b390688 488 0.22/1.00 vMB 353
472,588 472,588 0000000000000000007dccfb555465de03b4ef0faa5a330f112bc32513ba1a8b 1,931 1.00/1.00 vMB 128
472,587 472,587 00000000000000000016ba56eb71740e99643758d8a06cdee791c4dbacb0b094 2,105 1.00/1.00 vMB 188
472,586 472,586 000000000000000000c13793c5cc3fc8ef2cd0acb21aa2e32e1b3b43ce7015ff 1,837 1.00/1.00 vMB 185
472,585 472,585 000000000000000000e90ab22f5ec40d1615029dca3ce14a4cae798fab398dfa 2,262 1.00/1.00 vMB 367
472,584 472,584 0000000000000000007a0149676f532a6e1a63f3d7ae3b6187a556f4cd05fa05 2,483 1.00/1.00 vMB 219
472,583 472,583 000000000000000000a96427d5eb8aa2f86b848b0de4a8e16d8146f9cba4f76d 2,019 1.00/1.00 vMB 240
472,582 472,582 0000000000000000017339d9c508e39110e62d603c1a8a8fe9def2f7eb161929 1,914 1.00/1.00 vMB 339
472,581 472,581 000000000000000001454817c8abd55ca43941e442b2b2031829dda9f303f225 2,552 1.00/1.00 vMB 226
472,580 472,580 0000000000000000010915d8e3ee0bf1f9f3bb18eecefa61e77bb7ad74e3b557 1 0.00/1.00 vMB 0
472,579 472,579 000000000000000000dd81a657cb066c2143f26bef2002d9302434319cb75554 1,935 0.99/1.00 vMB 278
472,578 472,578 000000000000000000a6de63bcf59f303c257a22802681f2da73073ce6dd73b2 2,330 0.99/1.00 vMB 386
472,577 472,577 00000000000000000139e9f84a7970357c19008a75f8e10f0394fb5016f4990f 1,985 1.00/1.00 vMB 269
472,576 472,576 000000000000000000b9c1129e605b301e6a6fcb6e781fed737d092bb07b7a4e 2,446 0.99/1.00 vMB 338
472,575 472,575 000000000000000000348997798ec8509f4df27f85973878ab8ee31a91e53155 1,983 1.00/1.00 vMB 369
472,574 472,574 000000000000000000f66777082e8ff0105fe5284c22a56e678795195f78f04e 1,821 1.00/1.00 vMB 341
472,573 472,573 00000000000000000161c4182dac5073db49a73eca812bb30184e152cf9ef9b7 97 0.09/1.00 vMB 138
472,572 472,572 0000000000000000008066f19b7d9057d97e1edd7836d66a1d8e6048ea059b32 2,523 1.00/1.00 vMB 417
472,571 472,571 0000000000000000005ee2d4a4a64d878eb814504702ca27bc4752c541ed4c4d 2,363 1.00/1.00 vMB 351
472,570 472,570 0000000000000000005fa65b4d4b98293d2b91035b3d4aa2ddf1845610ac641f 2,591 0.99/1.00 vMB 439
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.