Memory Pool Memory Pool Refreshing

1,347 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (686,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,862 220,862 000000000000042ad6a204886aab4a988a8a93a88c11db279cc2245b76d29742 0.28 MB 670 212
220,861 220,861 00000000000002d58bea826565a1c18bab38cef66dbb574c3bc50720af4d3644 0.28 MB 658 285
220,860 220,860 000000000000028e922fc468545b37d57384bad8bf0e8865608a00db449c399e 0.27 MB 619 259
220,859 220,859 00000000000004142fb1be064fbecac5aa5f2425e3e8ac81c2983774119f5df7 0.05 MB 146 70
220,858 220,858 000000000000001d7ff7cd8e0b0dd99d98a240a3a46600542fa8d5971a88450c 0.18 MB 378 165
220,857 220,857 000000000000046667582296b65fe3aa46b381ac1721529641a131a23f0b8cc5 0.23 MB 353 104
220,856 220,856 000000000000039ca2e3e0878ed6a01ab21dac204e542bc30a1a2f3dacbe254a 0.25 MB 803 302
220,855 220,855 00000000000004af9c6b6a73d0070f174565ba88b5b0c08e752684f28ee6c716 0.05 MB 134 222
220,854 220,854 00000000000003900a5672134b4cf28e6644aa8910f4ac6949cf7f4a261cc026 0.11 MB 254 187
220,853 220,853 000000000000034daa0096eeded10790f95d5818abfb25c51f1fcbe7e2bb355d 0.07 MB 128 113
220,852 220,852 000000000000024553030a164723359019d23ad199392f8a0a15a5e0099db2fd 0.23 MB 314 153
220,851 220,851 00000000000004b3cd2392613cfc92956e0e7a0031f61bc2f7df29734f5d5ea8 0.09 MB 194 139
220,850 220,850 000000000000020bcc1e59ce644505748582a62f4459b94a5f882fafbfbb3ba3 0.25 MB 418 243
220,849 220,849 000000000000004cbe8d606dc4ba12dbd5cb1341aebac36d7865b5114c8eee0d 0.25 MB 360 109
220,848 220,848 000000000000013255a453dde9658c72a6e0f25d305554448361f35b529b2b73 0.25 MB 704 209
220,847 220,847 0000000000000334d1548d2423a37efd06ace379021b2b8385e483964fffa300 0.29 MB 696 211
220,846 220,846 00000000000000c32ac05e662ee9bd4d222b549abe10178fb544d6e6f26e93c9 0.28 MB 471 156
220,845 220,845 00000000000003b45a22c6e1959fd0e79061998e4c2ac5147fb9a99751fa5576 0.25 MB 767 230
220,844 220,844 0000000000000043808648eabbeda3022a41cb311bfb6d9af9fc1520b8061ec8 0.30 MB 550 182
220,843 220,843 000000000000029b96bec10dc57876c04c434af46751d6cc472c06cd1c92feec 0.07 MB 166 254
220,842 220,842 00000000000003ac4741d68090c24d6b7c3fd201a20f781c97759d472fec49a5 0.25 MB 526 172
Previous 10 blocks ↓
Total Size: 769.15 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,632.44 GB sent, 93.62 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.