Memory Pool Memory Pool Refreshing

4,948 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,817 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (732,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
175,003 175,003 00000000000008571c1f5e4a94d3d3e2988a4294fb17e4673b2303b278831304 0.00 MB 10 353
175,002 175,002 000000000000091396c548210b9e78a829eb8d78cebd529b2cfdf8971b0fdb3a 0.00 MB 11 33
175,001 175,001 000000000000079d059869f828411b00fc556b27b2425b78d341a9cbd6d87b28 0.03 MB 45 61
175,000 175,000 00000000000006b975c097e9a5235de03d9024ddb205fd24dfcd508403fa907c 0.03 MB 64 25
174,999 174,999 00000000000005234ab5bd9eef328069037a94ba4ac25e86dd4d02a8cd4595c8 0.04 MB 54 89
174,998 174,998 00000000000006cf7b024908cc9a1b8b401ac45475065588b1413147b3035eef 0.01 MB 25 149
174,997 174,997 0000000000000222dd2cdb5078741d44d1ede01215a5ee0889189f62865ba569 0.05 MB 154 79
174,996 174,996 00000000000001a453e82dec573b90893626ef6cf34fb91c9cdf668e5310185d 0.03 MB 63 271
Previous 10 blocks ↓
Total Size: 769.21 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,634.50 GB sent, 94.00 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.