Memory Pool Memory Pool Refreshing

2,582 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,644 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,147 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (898,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,455 10,455 000000009f92d67ca9894050e923f84ebcaa8cc54467c3a1a460f04644bb1932 0.00 MB 1 0
10,454 10,454 0000000098f4eae1a592fec004113f35f3599bcc839b1558441858cd98357a8c 0.00 MB 1 0
10,453 10,453 0000000019f1588e71e8871656498e47c59f97b500712c346c08d6ec358c3d8e 0.00 MB 1 0
10,452 10,452 000000005e9ac0286f984d7218d0915b96a170466030561dc3f7d46b803efcf8 0.00 MB 1 0
10,451 10,451 0000000075f90c69e0b8fff11761cd644c85dd74afb8c0036c67c9949edcce4f 0.00 MB 1 0
10,450 10,450 0000000015a193d0f1fd9d7f7e857e5003ac9b110fb68d1493f3a752d79449c5 0.00 MB 1 0
10,449 10,449 000000004992ee3890ba9d1c76d1d3fada62ecfff01efd6638331bbaa7a54533 0.00 MB 1 0
10,448 10,448 00000000830f7a20e0a54a92a06e0af1151410d352b433fd86fea40c3ff5329e 0.00 MB 1 0
10,447 10,447 00000000f649f97f42792631b7109e49cbbe21e9fc157d09456577308bb9006a 0.00 MB 1 0
10,446 10,446 000000004624beaff25256bb97a98e21776ad2787f63a174c2dd7ba12b36141c 0.00 MB 1 0
10,445 10,445 000000009ac28f0f76c04419b99cb26915fbf0adf96b00f6f330b345a0dfbb3f 0.00 MB 1 0
10,444 10,444 000000002c1d2ad25f9a82807dad179b77c3c2a8545e21c3ecfb3f92f4620297 0.00 MB 1 0
10,443 10,443 00000000525c9c952e0b10330dd0f59d9a2c627fdfae392a25a3b8bebb97db14 0.00 MB 1 0
10,442 10,442 000000006f3c58d8f804d9c47563d3db84965b8d6b319864450d3b7386a209a2 0.00 MB 1 0
10,441 10,441 000000001a775957938981d85ede99e490d18dffab4e7c0d3ceb88c811761e3a 0.00 MB 1 0
10,440 10,440 00000000377b8dea33d100f586dc26e311ab42ad79c8602e281e49b3eb9a67ce 0.00 MB 1 0
10,439 10,439 0000000012b5ea92a0e040349305ceea297955606bb007b25f3b49652ea5aaf1 0.00 MB 1 0
10,438 10,438 0000000009ea8be6499d66c5207f98431d7fcd7ced304bb001eadc2a6634d9f5 0.00 MB 1 0
10,437 10,437 0000000098d47c4b767b43fbc856a6e03d1330d6a8de2eab6f46f4eedc277611 0.00 MB 1 0
10,436 10,436 00000000f479a4c8397ff7d2c500df1ff628d386c48e1bc2779ed2bd002625d5 0.00 MB 1 0
10,435 10,435 000000001a5ee7d39ff2dd592b46e60b0df9ff02d120f197f4e6a011faaf109e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.07 GB sent, 101.38 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.