Memory Pool Memory Pool Refreshing

6,835 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (678,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,501 229,501 00000000000000f6d633030057d4302722c8a98c16671e03636142e41f905c48 0.22 MB 451 205
229,500 229,500 000000000000007d04c916a2cb80e5e6602de90f9f94b20a2dd14fdb5b0daafe 0.16 MB 242 129
229,499 229,499 00000000000000a54873765c8f8cf0e8485de9b9f89e43d0fab2c4857122ae87 0.25 MB 508 151
229,498 229,498 0000000000000202f82c15747caacfa4b7cc21d69c2e88e77f1a9a9f291f23e3 0.25 MB 635 203
229,497 229,497 0000000000000087e396c2391afaef4b48307ac207de1f6aca5c5da1284c2e91 0.15 MB 168 63
229,496 229,496 000000000000007a86eff5c33622a815522d3960d4755f5206c87cc72fd178eb 0.15 MB 335 147
229,495 229,495 00000000000000316cbf05829a4843d3bf4c009a268ed5794e022ba09231cafe 0.05 MB 82 102
229,494 229,494 00000000000002405691f34668a4be8571f7d78172a6f026043a7d048c64a575 0.21 MB 435 168
229,493 229,493 00000000000001720baa13cd7063b52df79670843dd3a9432617c749343916f7 0.17 MB 328 145
229,492 229,492 0000000000000232b1830d4d8f0c8ad93cb421aeef2e55977212e83a5a23faea 0.12 MB 292 185
229,491 229,491 00000000000000c8c1f87c5951da27c64fba2864186a79746c97319aaaf327b1 0.15 MB 227 79
229,490 229,490 00000000000001639fe3c5cff7ab53cf237b637f7e51f3e4d16cbd8d6f60d6af 0.16 MB 334 152
229,489 229,489 000000000000027e43faf420578e2e4ac697d83304b181b5743655a0b6195d13 0.22 MB 300 158
229,488 229,488 0000000000000066a6667ad440b89dd0a341ffa0a50a8aabbf135d7b1df2264f 0.04 MB 70 80
229,487 229,487 00000000000000a101af2cc37bd213e32486050e45861513a9cc5474b9ae9688 0.40 MB 707 143
229,486 229,486 000000000000002e36d7dc45e66798e2a13229b108246c2ea4088fb8ad22953c 0.10 MB 329 50
229,485 229,485 000000000000011aa812c68621db5003bad9140b484338fa9817520f46bb1122 0.10 MB 230 146
229,484 229,484 0000000000000145e362fa489392530ac599d31ad65177674c0c1b83ea37fefc 0.22 MB 417 176
229,483 229,483 0000000000000030c0851e2749ec5434f496738572166e624193b072b7e8766d 0.17 MB 271 117
229,482 229,482 0000000000000156e9afedfa8702113b57ef3b9d61cda4d496704ad6445f023c 0.18 MB 351 151
229,481 229,481 0000000000000270a619ccd6cbb3104b882c36fa536d25ee2f652c27d6b1883d 0.17 MB 353 184
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.