Memory Pool Memory Pool Refreshing

5,737 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,243 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (632,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,586 275,586 0000000000000002e9a02d7476eae2dc244d1c1d0381cf65c1f8309b12849a63 0.25 MB 252 19
275,585 275,585 0000000000000001e79075381aa3248d5655620688f3828cf41dfd0db5995ae7 0.25 MB 632 92
275,584 275,584 00000000000000029d47111bcf0cac63c65aa15169a77b4243c954b7826598d0 0.50 MB 542 24
275,583 275,583 000000000000000341c9aee0a3e2eae7ea5ec8ebcc87008111aadce83bd85db2 0.50 MB 1,362 60
275,582 275,582 000000000000000092abe44524614bdc323feaa99372387b7bfae6632185d959 0.03 MB 73 290
275,581 275,581 0000000000000000051757be33a4531788908123bb9b41009af0de61e747069a 0.25 MB 466 36
275,580 275,580 0000000000000003961b7f30e67b0315ad9c769cf2c90a40328876ff8f5c9184 0.25 MB 675 76
275,579 275,579 00000000000000030b94366560cff8055f6a40e77b642cc58ca846f9fff753f5 0.25 MB 259 19
275,578 275,578 0000000000000000250b482d107d4f4d092ff622da9c47ee4dce9f08e90f342e 0.25 MB 532 43
275,577 275,577 000000000000000127d8fe0306508962c1d67571dd1c4c270436be67821d7e06 0.25 MB 522 80
275,576 275,576 0000000000000001c12b3b2f424db6507eb9a243fc46028b3ad488d949248728 0.25 MB 642 62
275,575 275,575 0000000000000004663e17892b9bfeb5e97819b1f2dc7ad983f670d969cc5d11 0.17 MB 330 30
275,574 275,574 0000000000000001e423632266c27cd8c321fe68c6bad88f06ab606b8e366bf0 0.25 MB 469 47
275,573 275,573 0000000000000002a8ccbda3372464065654700d0b7c90723041e4e09b68b4bd 0.40 MB 794 41
275,572 275,572 000000000000000316ed3dd81ffbadf85e203bfb4198ec642e0b115ad3f66a16 0.13 MB 276 33
275,571 275,571 0000000000000001069d9473463455fd3a0c59304c0567bea3642a8c90cd9acc 0.02 MB 46 16
275,570 275,570 0000000000000003840657b585319aaf135cf74ba6e548a72d47cf8c61eb82b5 0.15 MB 231 33
275,569 275,569 0000000000000000e0a85270a9913bdc5a23952d5bba863bfd8ebaaaf41c302f 0.20 MB 379 41
275,568 275,568 00000000000000046d70505e2c9a4b2f31b8100be15f5e00cd77931c8071e5ce 0.01 MB 21 29
275,567 275,567 0000000000000003b15042528a0d139f30a067443019511c47979e4c6f937241 0.04 MB 77 31
275,566 275,566 0000000000000004872d8db27ed7e7e501e38b3405fbb91dbbf2c6b2b92c75b8 0.00 MB 10 55
Previous 10 blocks ↓
Total Size: 769.24 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.97 GB sent, 94.11 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.