Memory Pool Memory Pool Refreshing

1,119 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (4,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,089 903,089 0000000000000000000162d06ad0989c76ee63a286640df977e7c7448a126535 1.55 MB 3,595 4
903,088 903,088 00000000000000000002059b198bcfe81c15ffd7ad56e7551d09236c6ea5a148 1.13 MB 918 1
903,087 903,087 000000000000000000009d1789e27bfaf9569677081de43f76ea26c2fc98bbda 1.53 MB 3,086 2
903,086 903,086 00000000000000000001f3c05454f7cd44a133d284c635341e544f78db52e429 1.03 MB 211 1
903,085 903,085 00000000000000000001356a3be1dd2aad41e1611ddedae650d8d4bb63f065ed 1.39 MB 2,589 2
903,084 903,084 0000000000000000000050d90f665d05d53db27460dc76a36880035b13103497 1.65 MB 2,656 6
903,083 903,083 0000000000000000000232dab7eb524deae398bc6fac052391012fba268a3101 1.70 MB 3,746 1
903,082 903,082 00000000000000000000dc5933d0466129d4a3f3f8b3013016ccecc28d705a52 1.49 MB 1,659 3
903,081 903,081 00000000000000000000cc684cf1ee1db1d2c974302a54609f6a07da784f3630 1.60 MB 3,394 6
903,080 903,080 000000000000000000009294f6ba9b61cd54db6363268dd47a196979455ffe03 1.64 MB 3,594 3
903,079 903,079 000000000000000000009410f33364a135a23af81df50bcee564f4f960143855 2.31 MB 4,156 1
903,078 903,078 000000000000000000002130591df6cc8837ca9f28ad99c61cdf7b7a49838a48 1.75 MB 4,854 1
903,077 903,077 00000000000000000001bdfeac5b09f3606e035199eae6e2b3dd6ef2227d39fc 1.68 MB 4,217 2
903,076 903,076 0000000000000000000070e5997482e87b0671f5f3bdee810534a659b6986195 1.80 MB 4,502 1
903,075 903,075 0000000000000000000040003237ebb81059956ba49f8027e2f6070e090d9376 1.54 MB 2,767 3
903,074 903,074 00000000000000000001b5e3ce5d9a74fbb20f46317369f40c70576924561405 1.71 MB 4,275 2
903,073 903,073 00000000000000000001f9c2f8da9b4403b18bca0462368f5d4ab470e822e590 1.75 MB 3,367 4
903,072 903,072 00000000000000000001a51a9c91db7aba2e53976b4179bb97c5473668ca6ce0 1.66 MB 3,374 2
903,071 903,071 0000000000000000000065bb2b26b69cb3e2ee3a3f1fb8147ecd62b36699e008 1.82 MB 2,996 3
903,070 903,070 000000000000000000002a1d4e7c61093ebd55a8cdc125f5567283c791e5e19b 1.56 MB 2,411 1
903,069 903,069 0000000000000000000129070d71b2a5a52da3455c58c6e2ac379daa6fffe237 1.69 MB 2,653 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.