Memory Pool Memory Pool Refreshing

5,695 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,155 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (723,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,084 184,084 00000000000004c49597e3573fd7a520b643f2c91f9639ba7235d5c1a15f58db 0.05 MB 126 99
184,083 184,083 000000000000058192e00bde52d63ed724f0cfbe86b0a93d9188b5938de01490 0.24 MB 512 118
184,082 184,082 00000000000005295e289c034ad44dfe85ba574b0cbf273ed2067d84c33dda26 0.05 MB 120 83
184,081 184,081 000000000000046974227796ee0a3d016d53e0cebae184a835a25f169a87c86a 0.03 MB 91 31
184,080 184,080 0000000000000a6a587e3c5aa0fa42a4e2f8153ea98185c4aea421b249b64622 0.20 MB 268 85
184,079 184,079 000000000000062af3cbda0f6dd4970d1e78c8b5423731b93dba45e48e2a5284 0.32 MB 739 118
184,078 184,078 0000000000000528eeab663699a1631dbf5cacaca40fe37f6c8b58f9f21dfe2d 0.00 MB 10 15
184,077 184,077 00000000000002117782bfa6cbab7809bd8f9efc5d5528ffc92f0caf93976965 0.00 MB 1 0
184,076 184,076 00000000000008c5e2fc353cd6cbcbeb6161aa1961c7ce3a5475ed36827cf093 0.13 MB 266 123
184,075 184,075 00000000000002026fbb33b0e7a1746caa061f1a1862120e028d973ebedf7ca6 0.09 MB 235 126
184,074 184,074 00000000000000a96ab8831f869075d0eec9f955ace0555ef8a6608966ec87e2 0.05 MB 111 155
184,073 184,073 000000000000036fd8f4d158771f2a7bf636ff560615f17147b02eb307048019 0.12 MB 225 100
184,072 184,072 000000000000093cda7a2be39c6cf97d1dc0165c79f4775fc89afea186cae551 0.05 MB 128 89
184,071 184,071 00000000000005145f5560663107744c87d1d5f0dd3ec7f4552afe687578b6ca 0.03 MB 59 120
184,070 184,070 000000000000037efd0cb5e48ac9cba2fbc49c1d6ba73840c4e9006e2678bfce 0.06 MB 115 129
184,069 184,069 000000000000091ea2bcb3f1f1e26b089ad0099f1af6d691e65d634766c00022 0.16 MB 301 161
184,068 184,068 00000000000009e95ec837b407f9cb8136e453b7934f9b23b4cc80c7b2e02428 0.17 MB 371 106
184,067 184,067 0000000000000691383380ad5e27e85dfaec19e69c67a7e8feee035c36ecaf78 0.24 MB 512 125
184,066 184,066 00000000000007fb092f07abb52fc4fe5eafe86356822584c04ed343ac39dd38 0.25 MB 643 134
184,065 184,065 0000000000000768ce8b2f81ad6b011092f9588c37afda548fc0e8e05bd7b851 0.05 MB 123 165
184,064 184,064 00000000000001d9be37397fdbae681c6ae67e0c86ee46177fa1b55d336a9de8 0.05 MB 142 95
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.