Memory Pool Memory Pool Refreshing

5,472 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (581,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,278 326,278 00000000000000000ad3ca7af18ea4f33996bd553772bf369a4227240ba51a64 0.30 MB 542 27
326,277 326,277 000000000000000009475dcc2d86d7e521cbb97ecb4bf96b4c09c50d754b0eaa 0.32 MB 515 26
326,276 326,276 000000000000000016cb1a59c7e8de4e2ab7f45745ff4e71a0462b41fa24d6d3 0.23 MB 483 35
326,275 326,275 00000000000000001dfabd4e28d959955d56e67a310dd39908d6e2b7ef8a4659 0.15 MB 212 23
326,274 326,274 000000000000000011cc150249f894106adcff4c707098eb2097e60d758d8169 0.75 MB 1,327 26
326,273 326,273 00000000000000000c4bcc47674dba5c878c08a56d1a6d9188f6e2e18bcf9830 0.12 MB 286 34
326,272 326,272 00000000000000000493ae4e57c9544055ee9d519bdd27c66f966e57d4685e99 0.21 MB 309 24
326,271 326,271 00000000000000001106a61b28cc5b2fb5761e5c691926610eb7302b0bb7df26 0.13 MB 280 31
326,270 326,270 00000000000000000277cfe7bcf4be7eb45969aefdad63d575752d8f6039f29c 0.13 MB 93 13
326,269 326,269 000000000000000003b1e7cb61018c129afa52ab6a704c07f40a6ee66be87067 0.35 MB 667 30
326,268 326,268 00000000000000000e82798556d22e21fa0631db4a46fc50d518c105045948e1 0.19 MB 314 23
326,267 326,267 0000000000000000153e3ebcd2fb9feebc3dec4dd1bbf102f2cdc162d97f01e4 0.26 MB 222 17
326,266 326,266 000000000000000013eca48e68fcd3a682f11fbe1c34250114a0b39fb7e818a1 0.10 MB 229 31
326,265 326,265 000000000000000010847df808d44ba744448f8725a0cb2486034e61732729a4 0.31 MB 437 23
326,264 326,264 00000000000000001d9e9722ef03ecac83e4f09a4256fdfc917f1bf1a3b811db 0.32 MB 581 24
326,263 326,263 000000000000000000ea760bc291dbf217a005c92818b111a151a3f74cd73182 0.07 MB 94 6
326,262 326,262 000000000000000011c832cbfbc58d2897409279de9ac244e492e3a8074500fd 0.65 MB 1,181 26
326,261 326,261 000000000000000002605781ac7f7874f6d1d0495833d684206ab246c1fa1f35 1.00 MB 1,690 28
326,260 326,260 00000000000000001471e376c12f436a053f5c71a99a900a7befdf8d97b9e678 0.09 MB 246 31
326,259 326,259 000000000000000017d1a0129d1070a4e1e60cbaae8fd77a9f33637b5297101b 0.26 MB 262 17
326,258 326,258 0000000000000000032dc03d03b7695a38967619876c6616bbfe306c6b4ac17f 0.35 MB 711 30
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.