Memory Pool Memory Pool Refreshing

6,104 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,506 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (484,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,413 423,413 0000000000000000055e62a62e0208f2769dc2ae1a9144656fb971f3a45ead6e 1.00 MB 2,513 175
423,412 423,412 00000000000000000010d95b82451798621d41e38da34700823d6c8f8ca718b3 1.00 MB 2,410 72
423,411 423,411 0000000000000000008d097d2a7035802572192d34feb10506e2ea4c5f33f1ad 0.56 MB 437 23
423,410 423,410 0000000000000000022009815dc2546d5e6e35c155e2308ff7fc836443645aad 1.00 MB 1,747 47
423,409 423,409 0000000000000000018429ce0bd905652e8bfb87fe086b876ea358380fb23614 1.00 MB 2,810 95
423,408 423,408 0000000000000000029e6da988981bbfeb8c48210152777c26af7be95605a6b1 0.80 MB 1,267 53
423,407 423,407 00000000000000000403f1e1c2d5d3a19042e84ee508bf989c5f149a552a762e 0.21 MB 439 35
423,406 423,406 000000000000000000d0555251442e31121c5dd8b1bc39d8f6bc0b944d009da8 1.00 MB 1,970 59
423,405 423,405 000000000000000003b732ee565ad68280052b47ca1ac2e4c6ef19fa4dd59b90 1.00 MB 2,714 89
423,404 423,404 0000000000000000007139d72dd1f88a717be2fcce3dcbec03de0b8c95c2f481 0.93 MB 1,923 171
423,403 423,403 00000000000000000496dc3352294432b749cdc512a504211195752bbcacb369 0.93 MB 1,709 67
423,402 423,402 0000000000000000000c6fe5a16bac9eecc23df108ae3decd98fd22f997d1302 1.00 MB 1,997 53
423,401 423,401 00000000000000000372463b428e76c2fd173c9134769d933044df2f021a405c 1.00 MB 2,497 90
423,400 423,400 0000000000000000010dbed37ce4d056b808e9180b26ed9bbff2f873cba81181 0.20 MB 557 103
423,399 423,399 000000000000000002a9ce642e40c7006f1c2b911706a9ea55b1ce1adac08f92 0.57 MB 892 57
423,398 423,398 000000000000000002a656003cc9c1a1ca2526dc726d09006c3da6df4806c7cf 1.00 MB 495 27
423,397 423,397 00000000000000000170aad8bc58f119968836467a1a9a9ed801ccc2eb08e064 1.00 MB 1,119 46
423,396 423,396 00000000000000000437d2ecb22c4827d66cae1a4f76d5dd734a5081e4cde799 1.00 MB 826 22
423,395 423,395 00000000000000000540940ef312ded271ca7cc1f112b4f3f432888173022f70 1.00 MB 1,762 50
423,394 423,394 000000000000000002a67bf298a3f9b9e43ad9f41cdce4e8b8000d3957c4b3a8 1.00 MB 2,400 80
423,393 423,393 00000000000000000300eb2007d521fdfc4d36bccb40db779d4e6629c088f733 1.00 MB 2,490 89
Previous 10 blocks ↓
Total Size: 769.21 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,634.60 GB sent, 94.02 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.