Memory Pool Memory Pool Refreshing

17,916 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (732,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,024 175,024 0000000000000624e52937a6cd31a44e79aec3e789217ee4b7c4379bab5586b2 0.02 MB 55 92
175,023 175,023 00000000000006f40dce0735d04dcf008969b3aabb8d513274995519f5693d72 0.04 MB 81 129
175,022 175,022 00000000000000ba73669a1286168e0b26e111595d5e97e069c414d81b7811a5 0.00 MB 9 17
175,021 175,021 00000000000005e2c0001444f5c083f10f9acb23b1d0c4a5eaafaea5fc0ce955 0.03 MB 73 195
175,020 175,020 0000000000000753b405ed3a0eaf1abaf13c18bf28c58eb0627d5b25f43b0841 0.00 MB 6 34
175,019 175,019 00000000000001b162657685a827c034289c983d3f58a7a5a11669fe7bdbeb8c 0.03 MB 34 60
175,018 175,018 00000000000000cadced617c105354aa7597a38af8c56f5675e88ab58722c875 0.05 MB 123 263
175,017 175,017 000000000000038f051c2f9438ccdc1ca4feb22e0b418da5d8707bcdadf4215a 0.05 MB 138 39
175,016 175,016 000000000000022a46b5a85ad1354ff684e6a8e1b28ee2d9bc800d4826a0871d 0.04 MB 91 144
175,015 175,015 000000000000097983e0b9d43472b0f35de2cdc2fe16f837e94e2a5e41273427 0.04 MB 30 821
175,014 175,014 000000000000023a621923b8f0ec90a4c57e5e87852be87536cdcc4600422874 0.03 MB 77 36
175,013 175,013 000000000000094130f654ef1241e8c091dcd9bd5d07a7ef45aa514db7c0bd5a 0.03 MB 43 75
175,012 175,012 000000000000062f098429063b35cacc5a5cc7f469a84a405192dfa6c9e86c11 0.01 MB 15 80
175,011 175,011 000000000000094b60a3835ff2612aeb0faed8bfde00581c686812e491f5a79a 0.03 MB 69 53
175,010 175,010 00000000000005af5536b2a3e673c81e1c9ec859b81ff7bfb8bf9e5dfb889e95 0.01 MB 28 93
175,009 175,009 00000000000005d66a1103dc4d64f869f67f9c182081ee47b481dc79232e8cb0 0.02 MB 69 0
175,008 175,008 0000000000000295214c4fe542572893f187c9f17685709615929744c07750f8 0.00 MB 10 53
175,007 175,007 000000000000087072742f974e6ddd40d4f705d9946a3a958e2c00a5408c7ab9 0.01 MB 20 38
175,006 175,006 0000000000000077b6a38b138c63c0f5f1faca0e773d1475e781505b5d7b9013 0.00 MB 1 0
175,005 175,005 00000000000002acd7d56ff99f8b30b2ca90abe9c66190e50f4fc6a25f7536f6 0.02 MB 46 20
175,004 175,004 00000000000006dbdcd44e6d8a274440d02c66f0d1611be942d849d30745fd61 0.07 MB 93 136
Previous 10 blocks ↓
Total Size: 769.02 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.26 GB sent, 92.99 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.