Memory Pool Memory Pool Refreshing

2,263 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,407 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (762,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,333 145,333 00000000000003c2bacdada97697a1e4721ac85dea743082d34fd9fa2499fbbd 0.02 MB 19 175
145,332 145,332 000000000000091536fdd12f537b249a1628db95d078004fb9dc7054d2adee1d 0.02 MB 55 134
145,331 145,331 000000000000027fbe6d987cfb614e42214b1f8e376d00b9d44ac87d0be947d9 0.02 MB 42 56
145,330 145,330 00000000000008c5c576298af0771a2dcc4acad2aa98bd6f52a6c5295dbf8f80 0.04 MB 59 73
145,329 145,329 00000000000005c90b33fa6fccf945ae0ba06df95774e698e9f5bba13c700579 0.03 MB 100 12
145,328 145,328 00000000000002db433eefc8a38c20cbe58886331bfc4b316eb4cf9f6d234430 0.01 MB 13 581
145,327 145,327 00000000000002df41437667fa1e8def9e6767c7e70749dbc94e3a2f1fe0137c 0.02 MB 45 114
145,326 145,326 0000000000000765971e2136375bcaf3e1b3efa03a8743721c11157eb5b3b9f1 0.03 MB 95 205
145,325 145,325 0000000000000580398608c98aae95889824efec8208b5bf224097057829e301 0.05 MB 108 173
145,324 145,324 00000000000007a5695007cd478d6a9ea4caa403b2abc6a2dbe04cabf0eefde8 0.02 MB 24 260
145,323 145,323 00000000000002ad068b3b3ebf3f866b8daeb22e6505279cd4f8aab96ad73b49 0.01 MB 19 138
145,322 145,322 000000000000045bf82cd02e013e235f486317035d292bd75e3e3eb9fc597c4c 0.00 MB 8 77
145,321 145,321 00000000000006fa5cad5dae2bfe68cfdc12a61d7a45fcf5848107adb4164843 0.00 MB 3 0
145,320 145,320 00000000000002a43861a817923b893e9f1c808feb6a28b91333225524319ef7 0.01 MB 14 342
145,319 145,319 0000000000000371c31ce7d78cd5a810ec0bae1b932c3eee629bff2b9af55b97 0.02 MB 58 59
145,318 145,318 00000000000004f23973d766492653b00f370ef0c5a03dceda4f09f466b26c08 0.00 MB 15 39
145,317 145,317 00000000000004e254438403e00d82d08637a1a4c6e6f12432daa757a7437cad 0.02 MB 45 71
145,316 145,316 000000000000048700ba15984221349fc66eb7684efc17d00216c87bec011e48 0.01 MB 44 56
145,315 145,315 00000000000005175b8569fdde967612b03186999ec70fa257648d6af362016f 0.02 MB 49 127
145,314 145,314 0000000000000209e05eb3ce96de42504b7f501dd69b8c7a6625ca8c6ba4bb61 0.03 MB 60 103
145,313 145,313 000000000000029b5f8add6e05dfea954a5d0c13aa6c5499c85790f27e77b4f8 0.00 MB 10 21
Previous 10 blocks ↓
Total Size: 769.46 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,646.16 GB sent, 95.24 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.