Memory Pool Memory Pool Refreshing

5,216 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,149 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (12,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,413 895,413 000000000000000000016e59b17ff241d2b0e560a1454681d509ccc5550d1571 0.24 MB 436 2
895,412 895,412 00000000000000000000ec5a7bba5a1b9b783b7c1cfb7423c9622cda68d6ee4f 1.02 MB 1,917 3
895,411 895,411 00000000000000000000c2e85b2390f0dbae89f8644d357cf490944ca1411e2f 0.22 MB 228 2
895,410 895,410 000000000000000000004668c2167ee39e0f4485a7befdaa5d1adfeb8e41be58 0.86 MB 1,904 3
895,409 895,409 00000000000000000000c82046ad100b0d346b25698ae929bbe7c520d424d031 1.15 MB 1,111 1
895,408 895,408 00000000000000000000591f699c5e70fbec60b789ee49086433f5d787fae77e 1.33 MB 1,420 2
895,407 895,407 000000000000000000008cf13260290dba5cf8a87534e718199a08684e17591b 1.62 MB 3,975 5
895,406 895,406 00000000000000000001b19f27e4fef21a04d0583a6f86d38738c995113ef29c 0.88 MB 1,916 2
895,405 895,405 00000000000000000001ebb73da9e72e7f00dfb9885b33de6316f53faae38e30 1.58 MB 1,849 2
895,404 895,404 00000000000000000002288c0c581dcbf149f1c2d56dd65d3cb69dc3354972ad 1.72 MB 1,600 1
895,403 895,403 00000000000000000000c1dc134bb85507725ed36d345be919f135159f15737c 1.84 MB 2,085 1
895,402 895,402 000000000000000000007f60df538d5ac0e1b2e4df89454bfcc0d498ffca444d 1.40 MB 1,692 3
895,401 895,401 000000000000000000018671ae4e58443bbe5d49d100b6f9ecd33ed5c068f5e6 1.20 MB 543 2
895,400 895,400 00000000000000000002168df816f91657fdecfd4b1b13d0b4572496db1c7f22 1.16 MB 742 2
895,399 895,399 0000000000000000000099e2b3505da3c712592d3c562849431626ba474b118e 1.63 MB 2,770 4
895,398 895,398 000000000000000000021697db591ee105e7926e42a39974e4f7ba4fe71d7fcf 1.68 MB 3,087 5
895,397 895,397 0000000000000000000133172de180f46f6073042668b3de258bdd34b00b03d2 1.68 MB 2,789 3
895,396 895,396 00000000000000000001809607616c35a7cb6ce68c64b2790b6c2fb394bd7798 1.54 MB 3,585 5
895,395 895,395 0000000000000000000123be8b74453bad59bb2497e33d8540a6577ec1fdf83b 1.84 MB 3,104 4
895,394 895,394 0000000000000000000023c67b74164867b15f13c7bad526a1a5fed504d01726 1.64 MB 3,754 5
895,393 895,393 00000000000000000001aa51352e5b8e12f21db1a16e80e999e7a20fdfe86c82 1.56 MB 3,367 7
Previous 10 blocks ↓
Total Size: 769.29 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,642.55 GB sent, 94.40 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.