Memory Pool Memory Pool Refreshing

8,281 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (439,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,487 468,487 000000000000000000818727eea59e47d622f0a8d8448b247e993143e7e8f767 1.00 MB 1,857 191
468,486 468,486 0000000000000000017e3066acbc87da597aa300b878683fc41330b4b37e44fb 1.00 MB 1,801 269
468,485 468,485 000000000000000000b23263d03305c3c41c843a98a42a9d3c4b9ba175e2cbe5 1.00 MB 1,580 199
468,484 468,484 0000000000000000015307912dd38b4127434d480bd5f062861ea2fdcb779dbd 1.00 MB 1,592 266
468,483 468,483 000000000000000000579d22990060eef9b8c246b02f9cdc4a5af428caf37e31 1.00 MB 2,282 282
468,482 468,482 000000000000000000af5993820f6f04a6ff48b91ee5e5da10dc5ff2c7bd4060 1.00 MB 2,536 320
468,481 468,481 0000000000000000006af23fb1452aba2c7495bde5364045b2e711a8aafba538 1.00 MB 2,442 321
468,480 468,480 0000000000000000019d7b595966a4c2ebaf677d3847c6c9c22e9870638aceb1 1.00 MB 1,651 368
468,479 468,479 000000000000000000cdca88fd8db8f5994fcdce424656c3368024742d19b426 1.00 MB 2,011 403
468,478 468,478 0000000000000000002786ddc8e68c897387180385bd5c55acd05db11505203f 0.99 MB 1,467 201
468,477 468,477 00000000000000000152888d243fda604a6adbbe6d5df786c38ef6c88e7e2ada 1.00 MB 1,693 237
468,476 468,476 000000000000000000e138a9f0a8364055125c08c0ad8b6b2a3d545a5154d1ac 1.00 MB 2,036 297
468,475 468,475 000000000000000000eb12858afb17e241cd3f02b43357c3b1ef2126872a866a 1.00 MB 2,045 302
468,474 468,474 0000000000000000019651106da1f1852a601a5e3dca64b0ed95f367d91c98d9 1.00 MB 2,614 365
468,473 468,473 0000000000000000016805ef84d91dedf0526468ee6d6a1402c91a849d6a2f10 1.00 MB 1,250 148
468,472 468,472 0000000000000000011fc71044bc3bf6aca16c4164d6804b971421571b1aaea6 1.00 MB 1,638 219
468,471 468,471 0000000000000000015000b8897b8d21b63c8a07b01316f7937b5b559b4b3129 0.99 MB 1,086 202
468,470 468,470 000000000000000000f529afb19cf769e31b9de119bbd6a8a98ecb760f39e09e 1.00 MB 1,293 237
468,469 468,469 000000000000000001ab32f63633766f1acc29759692c801890b29c2132d668d 1.00 MB 1,722 160
468,468 468,468 000000000000000000358204be521ac919f82286177f89f00542654d9126ff59 1.00 MB 1,817 245
468,467 468,467 000000000000000001aee5c042cca0b38fced42b15b1c9e365ab0e61ede7860f 1.00 MB 2,589 315
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.