Memory Pool Memory Pool Refreshing

6,989 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (713,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,415 194,415 000000000000029105110e9957cc13d92f96fa315570237f498c960b62a3d6d1 0.12 MB 293 137
194,414 194,414 00000000000006655fd06818bb5ff32c3cf7208d0037abaea526431a828c95a5 0.05 MB 120 3
194,413 194,413 00000000000006b8b3a35c7f28bc3ac9591de3c7e08df89260c52d32889e8f6e 0.02 MB 68 142
194,412 194,412 0000000000000654723289a47c81a70efbfb781ceffc4e78a82f0dab7c871b8b 0.17 MB 406 139
194,411 194,411 00000000000005860cca52c31df6d798aa6609364220d280c2d90655f9aca70e 0.02 MB 7 16
194,410 194,410 000000000000050ce4c752953b4d4cff59229ab30fa0490c496453751bc16275 0.16 MB 339 134
194,409 194,409 00000000000001f42589588d8aaa77e0426f00d46fa6f5877360e8bb9a215468 0.36 MB 981 180
194,408 194,408 00000000000002686a4b4583cb7cad535eeaf07e67e0ba255d9add02d641a53c 0.25 MB 476 121
194,407 194,407 0000000000000333bb7488b1ef465cc5c464cef6d3ca3304cd92944d906c414e 0.07 MB 208 41
194,406 194,406 0000000000000283c64efffd8cc139ad9e8af6fc541882bd5a0347f6f96d1673 0.36 MB 1,024 82
194,405 194,405 0000000000000128485154eb35c02d1b7b8d645753b3570255525cf7e51f6632 0.16 MB 355 120
194,404 194,404 0000000000000536f6525c69408b28b6f131f202d98b45d37a8b0b5f0832d448 0.05 MB 125 23
194,403 194,403 000000000000041c793cc936561c7c392709fa1cf1523ad5d094e2c02c83335a 0.08 MB 87 145
194,402 194,402 00000000000006bded9f034602f06d7402c87f5cfe55e822b849c78dc4031b02 0.06 MB 176 1
194,401 194,401 00000000000007a4c41dee46c1bcc02dd21e685c1300ef615f42b00b1ddda624 0.25 MB 717 175
194,400 194,400 000000000000072d9a416b711243a46c4c9b9255bbdacc7ea6d625bb943cbaa8 0.10 MB 344 10
194,399 194,399 00000000000006d3eba265f9a2c5ccd513a4055abd602d8cbbe1a456c968b432 0.20 MB 533 196
194,398 194,398 000000000000076a7d81adb2f510b37d827c6da2a2fd8bc93f178841e4899f46 0.01 MB 13 598
194,397 194,397 0000000000000274c8656eb898f2f98440333558167c41da532ef5fc5d7589ce 0.06 MB 143 56
194,396 194,396 000000000000011736e1f60e5224fb55144262cdad29084d3d8d95f15a815ac4 0.30 MB 720 178
194,395 194,395 000000000000009ecc3f9190351b23d4c2b93b9e5ceac1d6bba8c326efe274ab 0.00 MB 7 15
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.