Loading Tool

Explorer IconExplorer

Memory Pool

82,830 transactions
30.51 vMB
0.07380724 BTC
Random Selection Loading Transactions
Max Size: 187.94/200 MB

Candidate Block

Mining Attempt 4a63ac2f1146dfe382b501bfc6a8a7ef0fa75e07ae0897f5d81efb0f113187e9
Version 20000000
Previous Block 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3
Merkle Root f64b383278f058525ba7d9765d5fd7b7435cbda6c8e0cc98b62435d402e0418a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,092
Size: 1.00 vMB
Total Fees: 0.00563400 BTC
Feerates: 49.17 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,330 (472,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,997 442,997 0000000000000000032ce506bd12d48bfaf0c56f462bf113cb0782470f723708 1,586 0.91/1.00 vMB 52
442,996 442,996 00000000000000000346c980b5e5d0b5428cbc0c23410663ba719e0ce20006d8 2,462 1.00/1.00 vMB 84
442,995 442,995 000000000000000000444b03481fe02021635de1a9d7cb662004a0ab2240e7e5 963 0.77/1.00 vMB 44
442,994 442,994 000000000000000001ca2333e25d88a2ff0764024e047b924e39ebe35d1a6db7 1,729 0.98/1.00 vMB 49
442,993 442,993 000000000000000001968be058a7360f69e6c2555d8bec8b3f2971e59082157e 2,591 1.00/1.00 vMB 77
442,992 442,992 0000000000000000018c50409d92f33d50a5c3f7fe3af9e766fd4b4d5eda3057 2,776 1.00/1.00 vMB 91
442,991 442,991 0000000000000000012632c5c0cd1481e59200690f9ccd2cd6d98fb7cb6f2fec 385 0.27/1.00 vMB 49
442,990 442,990 0000000000000000007c7da5ab2a154610730e28826213b85908a2fe31c02e27 170 0.24/1.00 vMB 14
442,989 442,989 00000000000000000284397acccb1c7e68543fb4b2a568b97093ed79c80e5492 2,344 1.00/1.00 vMB 76
442,988 442,988 000000000000000001c455239d9dd9382928fa2abd47f9b00d3cd2e6bdd68797 567 0.31/1.00 vMB 54
442,987 442,987 000000000000000000e5139e30a9175e2df43fd94fa9e8256d914649b451e457 2,279 0.98/1.00 vMB 70
442,986 442,986 000000000000000000f251d6ae899cfa29e95c7d8529c75367fae23ab8310a30 1,396 1.00/1.00 vMB 38
442,985 442,985 0000000000000000020d14d1e0135693805b1fb239ec4eeb696a278e3efebd61 1,100 0.48/1.00 vMB 64
442,984 442,984 0000000000000000039e60ef47524690660fd3414f2867478fe3cfddebc62d70 2,415 1.00/1.00 vMB 74
442,983 442,983 00000000000000000077ee3b3782d7de4a8632b2605af3ad27ad06b15838b1af 324 0.13/1.00 vMB 76
442,982 442,982 000000000000000001f20420058e1035aa201ce0a2724dcf2157e2e616141f9c 1,355 1.00/1.00 vMB 31
442,981 442,981 0000000000000000017809fbd2f29c6b353644d0a37a645f0340fd585895ee87 2,633 1.00/1.00 vMB 71
442,980 442,980 00000000000000000334b300194fd4d0cb910b753877c371d8ae74e02bcbdb32 2,472 1.00/1.00 vMB 70
442,979 442,979 000000000000000000010a4293faa44c29899f68ba60d5a2d4a0d28cdbf0cee6 1,672 1.00/1.00 vMB 69
442,978 442,978 00000000000000000339e0d37c00bfd336a5ad7b94f1a7650a65532b883df37c 838 1.00/1.00 vMB 72
442,977 442,977 000000000000000001384cb3f57771de71e5f0292db7f51b35a3244c246d7510 2,547 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.96 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: 715.70 GB
    • Received: 17.73 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.