Memory Pool Memory Pool Refreshing

8,125 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (459,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,297 448,297 00000000000000000146c2d7952c11b02c1be00e1f9603053c8860ec7fc801e2 1.00 MB 1,858 68
448,296 448,296 00000000000000000268e7a27321b7f6066265cb6194afa6185ee5c510ca7ae6 1.00 MB 2,501 79
448,295 448,295 000000000000000002e6cf7b05ca91d4ca4b2aa1f2493337ea4afed8e9f320a1 1.00 MB 2,888 97
448,294 448,294 00000000000000000277d30ca3212bde044242542bcb9db3523e51f40b509174 0.16 MB 201 69
448,293 448,293 00000000000000000207642e397335ff7a11d05b1f89e78f7b9b017d51f34688 0.96 MB 1,921 78
448,292 448,292 0000000000000000011ca4ecda91ad54f867cc8ac537c73e5696b00c7fdccb51 0.46 MB 971 74
448,291 448,291 0000000000000000029d2a45729d40af2f55fbd26ba6328201ea5854c4866245 0.71 MB 1,469 75
448,290 448,290 000000000000000001952392bf7745b5f538565872fc2d119621231e99dd63a0 0.57 MB 1,318 76
448,289 448,289 000000000000000002e07ad6800ab7f0c8f62ca375079626bacf6f116446c999 0.17 MB 406 73
448,288 448,288 000000000000000000dd30f47ed39474f1c336b48dd0d947cb026f7eb14133b3 0.51 MB 1,211 74
448,287 448,287 00000000000000000094ee3f0f8b3b3662a66f0cc65b6995d2e44e1ea245553d 0.23 MB 544 73
448,286 448,286 0000000000000000006701ed0bdec3b5d0ffdcca321539d287e463bb73bdc155 0.76 MB 1,747 75
448,285 448,285 000000000000000001a9f8fa4a1d6d8e12a6f3784f984aef740f27979d034a19 0.62 MB 1,326 72
448,284 448,284 0000000000000000024dc8f0e374714629aabb9ab2b385a01247c4c455d4a2e3 0.39 MB 942 78
448,283 448,283 00000000000000000079b522440fd9e42c1360e475e456ab9698f43aa2482d73 0.00 MB 14 67
448,282 448,282 0000000000000000014b93dfe53572403a0a65c9c4588e1fb3467109a3bd6b25 0.27 MB 669 81
448,281 448,281 000000000000000000efe7974cc70207cb5ad16e06a9b4d8097a2fdae5b7a727 0.29 MB 423 48
448,280 448,280 000000000000000003304bb355c69ba109ab7537def8cb6b633f2b6b0416502f 0.94 MB 1,668 68
448,279 448,279 000000000000000002334e72a9b89f7d007213bac68f21a98f67e22a89d1b6ec 1.00 MB 2,137 73
448,278 448,278 000000000000000000e1bfe38727e73647d9c7853b2e8890ad0f104e5a1ba647 1.00 MB 2,464 88
448,277 448,277 00000000000000000115465304e44d3dc7993458058442c1518b5b40c1185fcb 0.27 MB 650 80
Previous 10 blocks ↓
Total Size: 769.25 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.10 GB sent, 94.16 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.