Memory Pool Memory Pool Refreshing

2,004 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (717,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,505 190,505 000000000000086fdba60cda6db399582e7a7357c2b70eb2c8a7b0983db0e417 0.05 MB 142 291
190,504 190,504 000000000000053099e2ac55d6d0eda7c5d9090796e0ec5a2d0d267e8b33a88b 0.05 MB 142 56
190,503 190,503 00000000000001ce2b20fc5d8128b427bff92d361fcd8d36075addba0f17fc54 0.22 MB 405 94
190,502 190,502 00000000000006145e826b1cdbd59ee3391bee26a2c25c03918f2295021195e1 0.00 MB 10 15
190,501 190,501 0000000000000599cdcae885b962dae172155aa6d35d7b8a3e468f6fc93401c1 0.02 MB 58 186
190,500 190,500 0000000000000531aecaf3ebf3843b758b0a439c8c587cf02472f714c1f975b8 0.00 MB 10 44
190,499 190,499 00000000000000805515cacea2d9c650fcd3dca73edca7a1383417f09127643e 0.01 MB 25 104
190,498 190,498 00000000000006c2955f7b4c6db41bbea48c965d576ba9a8b9e23333a6c19806 0.14 MB 472 167
190,497 190,497 000000000000009a5107d75db9e3110b74a838fe41c2e28a066450729d9c9595 0.00 MB 12 45
190,496 190,496 00000000000004b584d4f6214ef5f0b87efdd6b245fd50177f2ce44dd1df806b 0.05 MB 141 185
190,495 190,495 00000000000005ec2dc5041802f0caab8d536e4e1dc6ff7ab1e76e8ef124bf45 0.06 MB 120 101
190,494 190,494 000000000000082481bcb173cc31c20ddd18d10ae9401a3b89496b66b196330c 0.07 MB 209 142
190,493 190,493 00000000000002a3177026882620ef3b19f96783f93ce776157e77a18ca05446 0.03 MB 72 131
190,492 190,492 000000000000009d3a5f382a728900ebf464ea9223349b59b0cd8af9657e2310 0.01 MB 23 49
190,491 190,491 00000000000006fd927f2540354dad4245152a9123eb06d0c3068b773ca40910 0.14 MB 235 118
190,490 190,490 00000000000008cabb3882249e6c8c090a14841ed102bdfe9a51140402336c32 0.16 MB 191 94
190,489 190,489 000000000000087533f740570085e6312eff1e232ad90d93c195e6a3d62009f7 0.06 MB 108 99
190,488 190,488 00000000000003c53c7e40daa17c9a967d7389f0352d8ea29516313c13f98536 0.11 MB 201 90
190,487 190,487 000000000000015c3569278d0c0c0011ee33afd9ca3dc2a5abd72f8afc0d15ee 0.02 MB 48 95
190,486 190,486 00000000000003d0bc2c2e9ca73ac23577c417aa643e60f919e34911eac3a621 0.08 MB 140 86
190,485 190,485 000000000000048844605ba93f8a66bbdd57cdb4ca9a94e10c4482b5abdacc01 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.28 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.54 GB sent, 94.32 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.