Memory Pool Memory Pool Refreshing

3,710 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (605,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,087 302,087 000000000000000005885099a35dbc1490c7735668a5d93ea9693e9aa78b376f 0.21 MB 230 18
302,086 302,086 00000000000000004111e777c196d0f3981f55788f4159a57e947546a0cd73bd 0.75 MB 1,571 37
302,085 302,085 000000000000000072cd35b9beb7bfe848284b8f8697aa027e8e2f1f047303dc 0.04 MB 33 19
302,084 302,084 000000000000000079cc08de567e293a63eed05d60cebae1c66b26d1f680c85c 0.36 MB 678 33
302,083 302,083 0000000000000000398434b5fdc3959c0beb0b6eeaacd8b58e0e762c47359ef2 0.44 MB 800 36
302,082 302,082 0000000000000000019a20977596ddc9009522eba6cbddcf4ec3b90e68ed3e0e 0.10 MB 167 30
302,081 302,081 0000000000000000372f879c1647b3da4aa90c515d83cd63d64fcc891f71a5d8 0.27 MB 205 16
302,080 302,080 00000000000000002e7515deb42b85991ee313da990e2c3f5f6a07c7ef6bb3d7 0.35 MB 772 38
302,079 302,079 0000000000000000404b5008439dbbaa138b809da4d614e9ece98d3909c88987 0.12 MB 217 65
302,078 302,078 000000000000000066a2c990e44a08c20247bf54416d398cd8ec1ea3f1d5a728 0.10 MB 228 25
302,077 302,077 000000000000000002dd5184dcf332d5bc5a214234bb23665d5682bdfa63b701 0.16 MB 300 32
302,076 302,076 000000000000000009e864feab81360b4432c5cd96dc3a70cd822f264ed26b6d 0.03 MB 31 22
302,075 302,075 00000000000000006be406aa631c7d762463563cc6ba8ca40e7e226c8c5a75fb 0.30 MB 476 35
302,074 302,074 00000000000000001a37a03fb2f225db0de872ff55bbd785abe43c706fae23f9 0.05 MB 69 23
302,073 302,073 00000000000000000fb46c616727426766cf588a23fe7c53ce7b97b36617bbf6 0.20 MB 327 28
302,072 302,072 00000000000000004256724923d5f9af9f9ff2705c7485a829204787eb11d9a0 0.12 MB 240 30
302,071 302,071 00000000000000003877cbb339a9b94bb32aef1216f85d130ecad62ba722233c 0.05 MB 60 20
302,070 302,070 00000000000000003e60d9d5b6795ac4638d599b7bccd4c06a63a706cd5607f3 0.03 MB 50 17
302,069 302,069 00000000000000007af35e5d1276e11f11c8fc96c30aee96b00ed1ec9238631d 0.20 MB 135 18
302,068 302,068 0000000000000000533635b2492f7e5a61fd0f521b8d8481bc47c3961e8bf97e 0.35 MB 841 39
302,067 302,067 00000000000000000c6fb084cf5205b9893a356d7d7fcb7e24d2ec9e15625ae5 0.23 MB 254 36
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.