Memory Pool Memory Pool Refreshing

806 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,359 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,358 (894,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,489 13,489 00000000c8b984b5713f066cbae1bf23e29aa67f1fd5aeb4209d2e4df839ae1a 0.00 MB 1 0
13,488 13,488 000000000a8a1a3b8aca3508a65344b38f6eec0645139decba9362468bcd12c5 0.00 MB 1 0
13,487 13,487 00000000ca2bcc8de43f6f81f4b0ddea639e8a4c33c0cad929d50d93a15bcb17 0.00 MB 1 0
13,486 13,486 0000000030b82bef185bb8ed202121d57c9a3b592be036e7d6c20c368ac9261c 0.00 MB 1 0
13,485 13,485 00000000a0e0f60f4616a01d3a0aca49de7ce22aa466adb35a7b4b87046fc8c2 0.00 MB 1 0
13,484 13,484 00000000e124e446aa5490d7c6fd5f75eebd9aba1910e2153e1ba34b199524d8 0.00 MB 1 0
13,483 13,483 00000000eb48f75d18573ea7ba02f69f6e4a20bfe1c92b292b197d54897ff738 0.00 MB 1 0
13,482 13,482 00000000b05ad3b06b315fea76adaa60c4bf000703a1366323086565c6954609 0.00 MB 1 0
13,481 13,481 00000000e6338e8d5ff93bb259d829f23b6027b0a252616f644fecff3a5f1d9e 0.00 MB 1 0
13,480 13,480 00000000824ee04ac930736835db6d04bb7d635cd4cc8fe2ae836fcc4def8ecd 0.00 MB 1 0
13,479 13,479 000000000e262a05e35ea30e06f570d8000422f029dbe1270d7c62d52dc61c59 0.00 MB 1 0
13,478 13,478 0000000088999f4d8113fa13e9609b3cf535e8e3b0ca17bca57c99374001a14f 0.00 MB 1 0
13,477 13,477 000000004297ec6a716c1b94cfa130f824700d58a9c3ce896685599a20a4e4e8 0.00 MB 1 0
13,476 13,476 000000006331ca2120722664badcc9a75e71836b59c1e7fef443c4e6ab685f6a 0.00 MB 1 0
13,475 13,475 00000000e2b4159d92ba0dd0ef467e7ae03251b5feb74130b234d041fcf53f19 0.00 MB 1 0
13,474 13,474 000000008fe79b5cd112e626de087165e5026e74416e9bb70136af155f107ee7 0.00 MB 1 0
13,473 13,473 00000000272b91186eb334f75d0ca3a1455486fb9a69fc81ab2b46c3d93ac922 0.00 MB 1 0
13,472 13,472 0000000020c3aaaf54b6a735dc91484e929eacc17671f3f34ceeb9edbb0190a1 0.00 MB 1 0
13,471 13,471 00000000b5e2b00ef2f3003cbf7ec840c5b0bdfa1db21eff7dbda8baba62971c 0.00 MB 1 0
13,470 13,470 00000000bd02d94dd21c9799dabf0244b1028eedc95b79595e0609563b06c2e9 0.00 MB 1 0
13,469 13,469 00000000d412671a12742754537a777762f91774b9f70db21c814269c76a2419 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.97 GB sent, 98.90 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.