Memory Pool Memory Pool Refreshing

17,528 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (544,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,517 363,517 00000000000000000ec16e0ca2e9a11c0dab3a12509fbd110421f27b5c659f4e 0.95 MB 1,376 21
363,516 363,516 00000000000000000b21a18f8cd32dbb47c8bc2e7d084c6ebb3a8acee9336a18 0.93 MB 1,747 38
363,515 363,515 00000000000000000c1b3b2b0d0e92db5fdb75001a2cc0e992e1b4d817756659 0.93 MB 814 18
363,514 363,514 00000000000000000512e5cbaec4a08351f677b22bbabd8e8f40a4e5af32f641 0.12 MB 427 67
363,513 363,513 0000000000000000086f71d19c6d14d9dcdb5c9cb0e4eaea99180217137d2112 0.75 MB 1,886 49
363,512 363,512 00000000000000000907cf15360c2effbb8bfebe5bbffe209c91b5beb04ab2cc 0.75 MB 1,295 31
363,511 363,511 00000000000000000c061ae53636c36f8924f3f0eb8103815cabbdd8b203ac1a 0.93 MB 1,190 20
363,510 363,510 00000000000000000da5d25e9108858e78f5e1d4bb5b1fd34cac13ed9b31ae35 0.00 MB 1 0
363,509 363,509 00000000000000000fdbee1e4e95eab09828e9fc398847783f267f456a64028e 0.99 MB 1,410 16
363,508 363,508 000000000000000013c67135b6cb4b7815637c55d65731c6151c1573c48e1f34 0.95 MB 3,030 63
363,507 363,507 00000000000000000964b40958968a839ffa029e5e0d595f54221342171d60fd 0.27 MB 1,036 48
363,506 363,506 0000000000000000058df876d63e3ff52790fe1dcd5188ef1272483be89b7791 0.75 MB 2,368 69
363,505 363,505 0000000000000000035e79bdb2718ab7e15d883d39546ab6603a0cef4a14278f 0.75 MB 1,555 34
363,504 363,504 00000000000000001186b31b5c7601f5ee28d6edca456b7158414654f63a4189 0.45 MB 905 38
363,503 363,503 0000000000000000007064a515e6cd0c25bdccd82b503d0b1184a347931ee9a2 0.40 MB 641 24
363,502 363,502 00000000000000000bf55d9e5363e44382ca45f2e19c5d02ed304bd32d09d281 0.84 MB 1,537 39
363,501 363,501 00000000000000000a7a9c4587ffc45b45aa2bed5a2ae06b9234ab2bc216c928 0.78 MB 1,205 27
363,500 363,500 000000000000000015f87905a667ce1a93f365d05e81fe0eef7d9f08f5b0dffb 0.75 MB 2,092 53
363,499 363,499 00000000000000000586e2687b48d6a727119b68552d32336cdbb163c66c4881 0.35 MB 677 29
363,498 363,498 000000000000000007099bb820f3e825120c0f54faba2ff1527a9b8849f16fdb 0.77 MB 1,451 25
363,497 363,497 0000000000000000038b99677884b37c4709e390a9f27ad62d172078a01c8a20 0.93 MB 2,201 34
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.