Memory Pool Memory Pool Refreshing

2,560 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,555 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (434,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,533 473,533 000000000000000001215131f8ca6300a9e8441c1474a01cf6dec71cf69a7195 1.00 MB 1,865 237
473,532 473,532 000000000000000000a03693bf5a1b0e2b7156fae0cbd0cea5b6f8a8d516faae 1.00 MB 1,528 86
473,531 473,531 0000000000000000017ffdb3e9790ba0f93e9eee81d38fb92d69eb2a4b5139aa 1.00 MB 1,379 155
473,530 473,530 000000000000000000ae140e51acd264f494b523799f43667892befe5537ad71 1.00 MB 1,314 166
473,529 473,529 0000000000000000004823debcc58f312023496300392cb568825c60ab8b2edb 1.00 MB 2,426 105
473,528 473,528 0000000000000000010e4e45552da5eb2ff7941a79da0f312272bf1a4f75bcff 0.00 MB 1 0
473,527 473,527 000000000000000000417bfbf6178bd28dd6ed5bc12415e529a93c931620e912 1.00 MB 1,757 165
473,526 473,526 0000000000000000001c883e78d44b4232ac4550271196ca5fe6086a16356b25 1.00 MB 2,190 273
473,525 473,525 000000000000000000f70ff28b80e7912b501e16d184d8b667f5010f53ac76cb 1.00 MB 2,319 206
473,524 473,524 000000000000000000e09e3bc9d0123e5b553349744346255ffab5a948ee094a 1.00 MB 2,042 304
473,523 473,523 00000000000000000113458e009c08c08245af18f29bfcdb1cf73bc121e7cb43 1.00 MB 1,745 300
473,522 473,522 0000000000000000005d79b86a66a2f22d50eef30eba65908a511a2ce0296d92 0.99 MB 2,346 379
473,521 473,521 0000000000000000000a9c73cf2ffd5e0ce6663a53174b2cb159deb9ea285d7a 1.00 MB 2,723 372
473,520 473,520 000000000000000000e29ad168788702c3e4cf466634f3d91251bf3c25e76000 1.00 MB 2,097 416
473,519 473,519 000000000000000000cf334b7b1aef5bf7c7681e00d89785f6a7ef7fb2170885 1.00 MB 1,702 217
473,518 473,518 00000000000000000105423289b90fd5d2b32272173e64aa9768a07d54d80476 1.00 MB 1,711 311
473,517 473,517 0000000000000000008b7572791de699ac5f7a241bfe930e379ef671fa0d4870 0.99 MB 2,449 391
473,516 473,516 000000000000000001766771167572b56fa490d9030c826a873398ff1a36b016 1.00 MB 1,660 222
473,515 473,515 0000000000000000006ef96e5bdc3fad40ff8e5891c02a815dcef91eb40fef18 1.00 MB 2,098 378
473,514 473,514 0000000000000000007c5245e4547250b23468e89ea147303c39cca946758c51 1.00 MB 1,133 123
473,513 473,513 000000000000000000f79579a51d000d81411a1f59ab54c576de797056ab7495 1.00 MB 1,501 227
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.