Memory Pool Memory Pool Refreshing

8,501 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (605,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,585 302,585 000000000000000055e49c602f6324f4fed7023e8768dd1855176faa03c06e41 0.75 MB 1,363 30
302,584 302,584 00000000000000000e3ee1a8f6d10cca4b2899c620bf09a8f4374a651d80deef 0.35 MB 662 32
302,583 302,583 0000000000000000085aebe801866d34bb9347b1fa7df678978f72224a5853db 0.50 MB 821 30
302,582 302,582 00000000000000001108021fd2cdd38979f11b5bf6150d42dfa73289ff774fc8 0.75 MB 308 13
302,581 302,581 000000000000000051f044afcb824b8855b099256363bbdfab208e25f6c1147a 0.35 MB 760 34
302,580 302,580 000000000000000053414ef259f447d5742c11cc483cfde2f09f70f48e097cc7 0.35 MB 1,029 55
302,579 302,579 00000000000000000a6e3616f5a74ba74229d577af639b3482baa48884a589a2 0.09 MB 52 14
302,578 302,578 00000000000000003565f9617017967df031850d09b9303dd6913577f64ed9b3 0.35 MB 141 15
302,577 302,577 00000000000000005c5436cea9ad000d1a5979bc8a57109a4101cdc41b1ad12d 0.35 MB 355 23
302,576 302,576 00000000000000003b947d1e72624489e490ba178987d9a6f1e6041ed51d494b 0.35 MB 261 19
302,575 302,575 00000000000000004550b0c2cb82aa76127f5282cb5babe8cbf33e0ac45d358c 0.20 MB 380 23
302,574 302,574 000000000000000020826179f25a9b2b5dd4a2a21110e425ff7029adcce9a1b5 0.16 MB 189 19
302,573 302,573 000000000000000007fba7b408215f36be8b5e2be688ecc2ec1521ede1791ade 0.35 MB 557 26
302,572 302,572 00000000000000004719c372e2b7fac758e38a41420dc8aaf324ad65fd50fdd3 0.84 MB 1,493 30
302,571 302,571 000000000000000029fb38ca3efb35aa8a589469d9674a590d871e49ee4279d9 0.19 MB 227 24
302,570 302,570 000000000000000046a977b6ab44beda7b6e3211cd9e1f7907e69c0da2d2e740 0.24 MB 273 26
302,569 302,569 000000000000000007656b3f226709a3458420c66b1ef6d79da1675b4e764326 0.09 MB 76 15
302,568 302,568 0000000000000000273f5470689d6f903ef7946d52c0fc898052f498942a81b3 0.50 MB 369 15
302,567 302,567 000000000000000017061101a32437aee2a40acfa610106e244123d16263f1e5 0.35 MB 1,077 50
302,566 302,566 000000000000000004b6e465fa2913c28edc443d0a9c961143940cfba805f128 0.46 MB 698 25
302,565 302,565 00000000000000000509b839ee303a4e2a1e91cdcd042cdfb496941a041ddfc4 0.43 MB 889 33
Previous 10 blocks ↓
Total Size: 769.03 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.95 GB sent, 93.01 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.