Memory Pool Memory Pool Refreshing

601 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (421,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,398 486,398 0000000000000000008dc3e7d5be7fa5ba73a481d6a2f45bcb1c65de498d4c55 0.70 MB 1,693 63
486,397 486,397 000000000000000000e303068ad7d41cd37f1fa04baa4077d2f0dc87aadd8367 0.16 MB 328 62
486,396 486,396 000000000000000000ec33701e262dcd07252077d142c17c1f4cb3e859b61884 1.01 MB 2,459 145
486,395 486,395 00000000000000000020aac59ff14c9bc70420901d58102ba9a03d5a41eb73b6 0.52 MB 1,222 104
486,394 486,394 000000000000000000de2e1a116fc361dca96f280e4de21587e5cdb5860f5417 0.37 MB 870 127
486,393 486,393 0000000000000000006e74f4c5cd16762a306a48c9fb0c8c6f731750ece255b9 0.30 MB 475 54
486,392 486,392 0000000000000000004a8a1ad784e00f3b5563cd44bcfc7a6d7fd7f04efe0442 0.36 MB 693 82
486,391 486,391 000000000000000000d57ed0921f9dd6cd96dfd5b783457f0d385f3da28ab2d0 0.79 MB 1,792 86
486,390 486,390 000000000000000000e832299156d61d277d430a2d9aae9aedfaafe45a0e9ef0 1.02 MB 2,246 113
486,389 486,389 0000000000000000003c39e1aedea8ac4f60fcd4bccdb9b6616d753ce3322bd4 0.17 MB 321 19
486,388 486,388 0000000000000000007bcd5e4833a87edf558de8b10e845d9e025e3be3ab78e1 1.02 MB 2,229 117
486,387 486,387 0000000000000000008e30b98a307c4ff7c67ca6e753deea38e3de3c92429107 0.14 MB 320 116
486,386 486,386 000000000000000000c2ba2acfe1800ae9dee2420a1cb5dc76ab34b6d6fa656f 0.54 MB 1,356 36
486,385 486,385 000000000000000000da7181bfcfc0d156ef8841edcd3d27f5aeff2cbb5ca1a2 1.01 MB 2,129 160
486,384 486,384 0000000000000000009bc820a80290686a98621b9ce8d6fbcadfba92ee6f8958 0.53 MB 1,399 118
486,383 486,383 0000000000000000003eadf3f4a0941c6a8c42527326936d22dbc64b97212b64 0.95 MB 2,496 113
486,382 486,382 00000000000000000092d15e5b3e6e8269398a84a60ae5a2dbd4e7f431199d03 0.54 MB 1,119 90
486,381 486,381 000000000000000000ad2840e1bc133b7b57255dab5a9b3b6b49c2b6e7b468d4 0.76 MB 1,532 49
486,380 486,380 000000000000000000eebf61df12ea529ac193c3f4c1233a1ccdfb6054497b5f 1.01 MB 2,394 131
486,379 486,379 000000000000000000d31c1af7413f67978b1ca246d17b46e82c2f0b70f284b3 0.32 MB 719 119
486,378 486,378 000000000000000000958c667d9d57d05ef9a6034b15917b3058b17d2dbd1649 0.32 MB 709 213
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.65 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.