Memory Pool Memory Pool Refreshing

7,430 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,517 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (4,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,024 903,024 00000000000000000000273be61f2ef51e8a58a5a466ef6a2b42395575e4e5ac 1.82 MB 623 1
903,023 903,023 0000000000000000000062ba3c3c0c6972cdb427a01fd3102313162fa4561715 1.83 MB 928 1
903,022 903,022 00000000000000000000b11763c1e27d15c24c90ce3d82ace41af804fbb4a13f 1.86 MB 3,056 2
903,021 903,021 00000000000000000000a61cd2faae5162db90c2d3d3475477e8f3e635bf2d1d 1.81 MB 2,928 1
903,020 903,020 00000000000000000001d24dea981b842b3d27d74c66cfb636bbd63c159f4303 1.74 MB 2,852 2
903,019 903,019 0000000000000000000239208aa9f000b5784c9550b705ccf1d8336d9aff431f 1.74 MB 2,314 1
903,018 903,018 000000000000000000001a7dc1c4c13abcfb4bc9d0c09905fc93f2f02f924d2a 1.71 MB 3,980 1
903,017 903,017 00000000000000000001c8001d2321ad69c7dd8c7306dbee8250e826f94aaa2e 1.56 MB 2,578 2
903,016 903,016 00000000000000000000377187aa703e3c62b1b3ed2fc2ba1e91380d00dbcd10 1.53 MB 3,261 5
903,015 903,015 00000000000000000000f49d29cd2a6c138c57d68c0fdc4fad720b1ad2654df0 1.32 MB 2,144 4
903,014 903,014 000000000000000000019ac66b47b4cd5b24f118a876d7d65515bbdace129c76 1.61 MB 3,189 3
903,013 903,013 00000000000000000001f4a586193b225e61945b57edb48565587bf7ec4bf420 1.81 MB 4,357 1
903,012 903,012 000000000000000000022242f703d443ea1d9203c9b88f5bd9795c573eba09b7 1.47 MB 2,602 4
903,011 903,011 000000000000000000016bd958dc0395d597a929682d7851aa1dabc1dbde310a 1.65 MB 3,662 2
903,010 903,010 0000000000000000000004d8536c8640391fd5cbd213a41654e01fe0af6556ff 1.84 MB 2,851 2
903,009 903,009 00000000000000000000642e8317fc2b86554f82705f94e36b8149f88387be2d 1.58 MB 3,526 4
903,008 903,008 000000000000000000017272c88b2e2cab6f2ee8df7347a1328e52f25ffd01ed 1.86 MB 1,685 1
903,007 903,007 0000000000000000000223064b28c38416b0f3d9ffa01ede6c1d80c4c8c131ed 1.90 MB 3,866 1
903,006 903,006 0000000000000000000048d5eb2a8cffcaa75dac6afb120f395e0def623aed9d 1.67 MB 3,233 3
903,005 903,005 000000000000000000006467e54eb05879622304f644c88b5020cf353774411a 1.97 MB 1,881 1
903,004 903,004 0000000000000000000155d6c8827778fa66c2da96e4996564fac5a801b12f43 1.90 MB 3,498 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.