Memory Pool Memory Pool Refreshing

520 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,459 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (903,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,528 4,528 0000000046475683d2e0adf6e8c0ea90776be3e1ebd65145af910a898c9d4c3d 0.00 MB 1 0
4,527 4,527 000000005c0fb76f462638eb5b98aa282c0c2d8893fd847014c331f76a918b56 0.00 MB 1 0
4,526 4,526 0000000057b48ef8de22c955bf636d54b807620a6f53c0df401eb080ea384b0d 0.00 MB 1 0
4,525 4,525 00000000263093535afe5f41c92e7de165f3c63c0540859a631b9e00d88fa45d 0.00 MB 1 0
4,524 4,524 00000000236c4f8d671241bb900a52e28206e16bf57d7b626c52a1ae5e0cc648 0.00 MB 1 0
4,523 4,523 000000002c2f4a784f7cd953146bf105840d8135c69ca36acdb18240ead653e7 0.00 MB 1 0
4,522 4,522 00000000a3a10dc229423a4cec8d0d82591719702d99f85ebebf954282c65fab 0.00 MB 1 0
4,521 4,521 00000000ac08f7d984f6b36027395e654a5f1e3bb006cd9df9c60b9897ea4c40 0.00 MB 1 0
4,520 4,520 000000003f7b22f38bc59f9b8cf253be1e088723c781b727859a773617e864ed 0.00 MB 1 0
4,519 4,519 000000003a57929cddf8fda4fcd5816bf6d3ba2c8dce9dda017262d8d270217b 0.00 MB 1 0
4,518 4,518 00000000d3bb05d683d2a335e6ae17a44e326144a806839e51123ef94080050c 0.00 MB 1 0
4,517 4,517 00000000e4dc8a68563ab062a93b0204d6e3d4630da636a3dc686804f93b38c1 0.00 MB 1 0
4,516 4,516 00000000e5973dd1555a24b4b225ee720329f59b594a118af4d2faf01343f0e5 0.00 MB 1 0
4,515 4,515 000000006bda10ea791cf151d394d1274126da7f0eace8c45f7d95b86373cdae 0.00 MB 1 0
4,514 4,514 000000000936904264b030a2bb864a0b8ac657779c5fdd319a0d683f9571f02a 0.00 MB 1 0
4,513 4,513 000000004a76a6d39a78d55245ad658eae8c760a8a9b03f0969d58db72bc1411 0.00 MB 1 0
4,512 4,512 000000000b7d91723ba148c84f41bdc68104ec0c6f0aa016c03af1d442933eee 0.00 MB 1 0
4,511 4,511 000000002cf45e622b1fc1d3ea00ca5912e5c84a318dab599b771aad592c355f 0.00 MB 1 0
4,510 4,510 00000000023347e389e1cb6ff259a372a9a225d16a4c9f1be38407b2df59f1a6 0.00 MB 1 0
4,509 4,509 00000000a2baef5673b156e0b40eef0240a785f4967afda70904d9e6f86db133 0.00 MB 1 0
4,508 4,508 00000000444560afc442ce62c314235ab271c0c35de2af1ed70e9a63d7e5700a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.