Memory Pool Memory Pool Refreshing

9,716 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,029 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (601,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,300 306,300 0000000000000000386cdde96e8df20f0297a936b65284067f622e99612a59b7 0.13 MB 267 32
306,299 306,299 00000000000000002e21b7866bdc0ed6e7288338c1f0205b32a3a1eafb31e45f 0.28 MB 518 29
306,298 306,298 00000000000000003ec245e4de2d4847bfdc8144ae61dc2c044af3f0f8f15711 0.60 MB 931 28
306,297 306,297 0000000000000000309b3f4dc0bee336d6ed61be4767a10c6eda122bda34223a 0.35 MB 706 33
306,296 306,296 00000000000000000b209cd6187d6c364ec640b20992ef0303fd727fedcbc051 0.03 MB 96 18
306,295 306,295 000000000000000034fa6505664d3b1ae847267954e020fbae8cf304bf1033cb 0.40 MB 763 33
306,294 306,294 000000000000000044c902664e03523220e3105f1c2348578e10563f05a0ed80 0.57 MB 1,010 34
306,293 306,293 000000000000000057a2c1958bc37a56d211c6625491ba4cd8f94eacba208301 0.15 MB 295 31
306,292 306,292 000000000000000022550bb16e9a4643af224a89d1813e5f037e88c8ddf53dee 0.36 MB 537 26
306,291 306,291 00000000000000001869a779343c70554a5f6791e34211938d3bba8131a1d871 0.47 MB 709 25
306,290 306,290 00000000000000001d85ba24e8d2dbf8ebb90c4d4fcf2f505de41f273341284f 0.15 MB 173 22
306,289 306,289 00000000000000003950046fed0b43bd7b1036604ab40e62e25a8158cb2d0c85 0.32 MB 635 52
306,288 306,288 000000000000000020738d49c0619e8a5062858bd7b538b9cd6f557b617b6731 0.34 MB 476 25
306,287 306,287 000000000000000039159f8d8b89aa46ef9d48c171abffce0ff28b9c72b02817 0.35 MB 266 14
306,286 306,286 00000000000000004902178b9b8e8e87eed1ef02bc9f9ae0b7237f6b4c51f9de 0.50 MB 1,018 30
306,285 306,285 000000000000000047c3fa23529d723aa40c7cbf0422ab03fa2b1101f0d27188 0.34 MB 1,024 60
306,284 306,284 00000000000000001c741aae0fb8b7ba716748aecf84517cb426060d7cc9973d 0.07 MB 158 36
306,283 306,283 00000000000000000b12da7081aa624bf1fac3023f4d87ead469925ed4397613 0.17 MB 404 35
306,282 306,282 0000000000000000212b01babd621ab4a831e7fb8603601fa12ead75feb15628 0.00 MB 13 51
306,281 306,281 00000000000000004930b8b9c70487d9e6a30969b537d0c193f04fb125621a62 0.08 MB 183 33
306,280 306,280 000000000000000039d64a18e316c503cabe80b95a0f346088bfd87c7e2cab42 0.25 MB 417 27
Previous 10 blocks ↓
Total Size: 769.04 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,626.77 GB sent, 93.08 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.