Memory Pool Memory Pool Refreshing

3,307 transactions (1.20 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,821 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (849,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,391 59,391 000000000490131133b7a17b9a099e1c84b9e24a1b1e367b45e4a6b0c1cce6eb 0.00 MB 1 0
59,390 59,390 000000000019f21560723999c8edc320609aa21938b8453e524c2a8a684f3d0f 0.00 MB 1 0
59,389 59,389 0000000004d7ddb3bf6b09a9e71f44fb096ebde6f2398dd91d3721a13e273ac2 0.00 MB 1 0
59,388 59,388 0000000008d8084aae2f96afab552fd4c29fb26e4e21bd24e625fb90e770a2e6 0.00 MB 1 0
59,387 59,387 000000000dc0e5259e3e50c43498e35949097d354d22f3fde7724733017f96f1 0.00 MB 1 0
59,386 59,386 0000000008b65f65a9fa05fab06f12601d50edd5cfe2227e34fa1abe7fa24007 0.00 MB 1 0
59,385 59,385 000000000388e1858c30ccbda3f969a7908deedff28f59ebc36fd755ef1745a0 0.00 MB 2 0
59,384 59,384 00000000023da5c750738ea5b00a9842904a4e8f2c1b3b3f8500ece9d3bbc896 0.00 MB 2 0
59,383 59,383 00000000089e06ca5ea6200ecaaafff97724e5d3ccc2c0722181c03193a7b6a9 0.00 MB 2 0
59,382 59,382 000000000e06b90ac4a4d95e7522619e7012999e44b1671042f6d58185b69188 0.00 MB 1 0
59,381 59,381 00000000042aaba29ffbcce653d64c7792159e1664105b9bcd50ee1f0b6cfb0d 0.00 MB 1 0
59,380 59,380 000000000ab2eb599f8ae14c0ccb7534acfa3dd72c5d4de11fcdbcbabb6cc710 0.00 MB 1 0
59,379 59,379 000000000409143e93265ecab4818f527f70d0c225446b1fbeb28606c570419d 0.00 MB 1 0
59,378 59,378 000000000389d899a220b837ab4a8b8179bb74edec4ae50abe972cb8debe8776 0.00 MB 1 0
59,377 59,377 0000000008a39003a260e940eb85f5c12708418482ec06be9423d5a6dcc7cf11 0.00 MB 1 0
59,376 59,376 00000000018b55348012081e348305e2caf36fedd3be5b18d23a6c053312910b 0.00 MB 1 0
59,375 59,375 0000000002f31a7e64d7e914d74833877e0a8a2244742e0b2d4d6ae0450a0114 0.00 MB 1 0
59,374 59,374 0000000009d4ce95800143cc76b184c17e03c102781bab2b6c412e3d7c32850c 0.00 MB 1 0
59,373 59,373 000000000d9dc55fc89828e3d9a9fa5277994a46810fe9d30390e16f8564fdb6 0.00 MB 1 0
59,372 59,372 00000000001d073cf75d45d3a0c64816aa0113d6d7bfc1afb8827d1e23c78863 0.00 MB 2 0
59,371 59,371 0000000000dd1b53c239daa75b4a3df5954c55bd5570bb3a1eaa0e756aa938d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,949.92 GB sent, 106.54 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.