Memory Pool Memory Pool Refreshing

6,058 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,940 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (794,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,413 113,413 00000000000093b08d1409e03cdc8b261b799feeab4e072256dce2e60722e55e 0.00 MB 10 336
113,412 113,412 0000000000001bde17e6d76de14a5bb788f39f3d5557da3e25c1e3e8b668016c 0.00 MB 14 980
113,411 113,411 000000000000c067ed48ea5f40bb23c2098acac4ee43f513babaafd6a8b3214f 0.03 MB 122 0
113,410 113,410 000000000000d83025113517716db42b97a7a31b981a3473ee772b192a3ec332 0.01 MB 37 463
113,409 113,409 000000000000a3feb3cc81f2d1dd276bf667c9d4700dad49a34a19cecab552d2 0.03 MB 123 69
113,408 113,408 000000000000983b6ea75d0e6a29bec9c013de69962fc9587fc3e642b7a6f5ea 0.00 MB 12 651
113,407 113,407 0000000000000415f1b9956f69d33e2e4801afb1a1ee55a3d2862d524d8353d4 0.01 MB 18 488
113,406 113,406 00000000000009f2ef1f3b2bca707b92d90ee90c4d12e2c2c88990374eb546cf 0.00 MB 7 0
113,405 113,405 000000000000da9a8e2762b2835173b5f3cbd4f7cb0ed466c9d60346e22e8b1c 0.00 MB 14 0
113,404 113,404 000000000000450ebb88a21fad0d53d4d99ae1736ba9cdc86f7d046f429fe7de 0.03 MB 121 0
113,403 113,403 00000000000019b2ad82c3025783bcf677bf376a6874230d807221e41bbfb934 0.03 MB 114 38
113,402 113,402 0000000000004623c82783d78520c32e8099d48f4eb4033a268335514b6b0b70 0.00 MB 11 0
113,401 113,401 000000000000d00b85f5bf8480006012a6ec6705bc5a34a8038fba8897499083 0.00 MB 10 715
113,400 113,400 000000000000d67bf18376b5afc0a5039d6ef28ce169dc173db27a7e88666f5b 0.00 MB 8 359
113,399 113,399 0000000000004c7770f9f505a10aeb708c0cc87d8226f408d14e20e6647e293a 0.00 MB 13 0
113,398 113,398 00000000000042c6d2dc36e1cb40c95184bd5a0a1a94f6417e028e21cd7af9ea 0.00 MB 1 0
113,397 113,397 000000000000d3a2b6f2738e6167e974e87b7f6ab8f043518cf58f5028c05d40 0.00 MB 14 336
113,396 113,396 00000000000046b6f494abbaf4099ba71d76679700e58d681a12d9386a038c80 0.00 MB 12 0
113,395 113,395 000000000000b434eb146c99c8818c6f6e0c9ff66f9a385dfec191633a3332eb 0.00 MB 8 0
113,394 113,394 000000000000aa1308a16386deefa8fb265f2511997c5b886eeed892b254a75a 0.00 MB 11 320
113,393 113,393 000000000000bb456bf99c12a15082706140469bba48e757cce291bed3f0c3a2 0.01 MB 25 788
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.