Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
29.57 vMB
0.09375257 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt 27251779407301d05f6f9927379980a2e75cf7d3d8e01a9112a41872a065ea44
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 00b9d612f732ded7b061fa1821a1094bca99160c81978eec33edb9a60aa3e00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.02865081 BTC
Feerates: 301.35 > 2.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (105,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,416 809,416 000000000000000000026120ea0a7e295b7a1b9ac3867971d2e7fd4b7eea58e6 3,413 1.00/1.00 vMB 11
809,415 809,415 00000000000000000003acaa01cf9c62392fd8b7f94a76807393c5a1386dd0f9 2,696 1.00/1.00 vMB 20
809,414 809,414 00000000000000000002de417694ce2b5f2c7592ae0386ce0c28ebed071c1cf8 754 1.00/1.00 vMB 8
809,413 809,413 000000000000000000017ccad62f74bd17ff8ef7dad5cdd945cba46cc28e737a 1,770 1.00/1.00 vMB 13
809,412 809,412 000000000000000000039b2ed1a7246532243d653cbac2a43d0650f458522f4f 2,538 1.00/1.00 vMB 23
809,411 809,411 0000000000000000000277405452a4de1dd0fa054379484f38625f50c9d81286 3,073 1.00/1.00 vMB 29
809,410 809,410 00000000000000000001c70b5b8c8371cfcca0cd073bcf90f506431d7d3ac58f 1,411 1.00/1.00 vMB 17
809,409 809,409 000000000000000000033d26bfa93c5e56fe2b99d1c3959ddb5c21da1b0f456e 3,290 1.00/1.00 vMB 25
809,408 809,408 000000000000000000040fdaf47dbd15bf31c61fb31e6f4a67e927424b3355be 2,370 1.00/1.00 vMB 19
809,407 809,407 0000000000000000000366248f5033afaad1ab8ebf0ff7e6279a4bdfff6b639d 2,249 1.00/1.00 vMB 12
809,406 809,406 00000000000000000002ca76eaffa9102337ac2ad19d47f017e2b852f5efc11b 993 1.00/1.00 vMB 10
809,405 809,405 000000000000000000035b76cd7ce9d3417920abf3ee6e401ccee5dccc59e870 297 1.00/1.00 vMB 7
809,404 809,404 00000000000000000002d15a8d0df6ff83ef9e97f232358bdfcb40b27e453f87 374 1.00/1.00 vMB 36
809,403 809,403 00000000000000000002cc00b1bf4b686edfb8da18bbae57370f720758c4d349 1,704 1.00/1.00 vMB 14
809,402 809,402 00000000000000000004b0a41382175c7fcdf06931e75144be10e86dcc28a135 2,139 1.00/1.00 vMB 12
809,401 809,401 0000000000000000000080ce1371a3c8ade4c1fc0c4fcaf0962d9c3718b2f1de 1,526 1.00/1.00 vMB 28
809,400 809,400 0000000000000000000420107fba3ba2d01ba144f028f41455c993a8b54e83be 4,595 1.00/1.00 vMB 8
809,399 809,399 0000000000000000000154a32b979586913a15f4a72e346a0b6c4fdfbfd442c0 1,925 1.00/1.00 vMB 19
809,398 809,398 000000000000000000025b5bb9da1a66ca2deac22910960bb31bfa0804e484ea 2,528 1.00/1.00 vMB 17
809,397 809,397 000000000000000000017e2fd64c3574386d25aa4b3aab9ea3a8301e27f3b534 1,749 1.00/1.00 vMB 24
809,396 809,396 0000000000000000000383a1a42c6dc77707de37bbde6511feb4807d1ce686e3 2,448 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.