Memory Pool Memory Pool Refreshing

8,043 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,667 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (616,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,235 291,235 0000000000000000c7432f91abdb4681deb2b29f6028f86f606acb1fee402e9f 0.07 MB 192 36
291,234 291,234 0000000000000000f9e413831ab77101bca94dd87ce75803f360a622afa3e387 0.34 MB 570 33
291,233 291,233 0000000000000000ee34dd93b78810e9c195c532f4cb94e6c382842b1cacc542 0.06 MB 122 22
291,232 291,232 00000000000000001f46b039366b1494fc0a6271933b665222ed5c66746b3763 0.19 MB 387 39
291,231 291,231 0000000000000000a66c63d54b37cf1153fdfdf11461f3250a8debb2b5285188 0.05 MB 19 4
291,230 291,230 0000000000000000c8dc843c6aab694e166098946d62a93668f824f867d7e059 0.83 MB 1,892 42
291,229 291,229 0000000000000000b815c26438042a5995268e78cd7d4d7e02f4511b88ca8c2f 0.07 MB 128 29
291,228 291,228 0000000000000000850c0c71e96f4c85703602d09ca29423b224dfefbf6215f1 0.20 MB 534 39
291,227 291,227 000000000000000027133fc3186b9badd3a54b6cba1f32a3f3c21faee35c1390 0.27 MB 413 14
291,226 291,226 0000000000000000d57099fdb3e85bdbc6e2a6c8fdf400e798c14db8f05ba453 0.25 MB 492 32
291,225 291,225 000000000000000067bc3e9479a595b2f51d4c9f33e2bd12a9ff898cda185ab9 0.35 MB 1,005 57
291,224 291,224 00000000000000000ffce91154564bbfb1e4ac148f5421bb65eb023965ad1ca1 0.14 MB 188 29
291,223 291,223 0000000000000000e54a344839660261692927577eae50350fe993ae99fef1d4 0.19 MB 388 41
291,222 291,222 0000000000000000ce7fa9b8f63ec764bca1b38552a4a465bbd58059e6ba5c93 0.32 MB 755 40
291,221 291,221 0000000000000000583a9c31ad6f54ed09635ca648223119c72d78fbf3d8538f 0.35 MB 703 39
291,220 291,220 00000000000000005db1c1be42e9575f9fd5e57f0f9056c9ce9e87dfdac57d84 0.10 MB 256 45
291,219 291,219 0000000000000000c5227be416cde4bd8838b110d2c12d362d2ce90408bb08ce 0.20 MB 437 40
291,218 291,218 00000000000000008220d43b0721a2ea276d44f83a109313ad724f2e8b6128fa 0.09 MB 174 33
291,217 291,217 0000000000000000573e68669ebfd0ba2410f6890d0b9068ebeb1d44c3012629 0.18 MB 471 35
291,216 291,216 00000000000000001972672f55c222af26e0f1d1498f4b1d8f3e8cc9f4b26952 0.23 MB 377 30
291,215 291,215 00000000000000002461d36137789e9d644259529b598bba7be439daadc01e74 0.25 MB 333 28
Previous 10 blocks ↓
Total Size: 768.92 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,603.84 GB sent, 92.39 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.