Memory Pool Memory Pool Refreshing

6,080 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (667,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,257 240,257 00000000000000ae57a053adbf2badbf3924dd751ce93430b72c49ee584b1f49 0.03 MB 26 70
240,256 240,256 000000000000010cab5f34f591f6ba46f2c4d2c03d5dd7cdd40ebdb580cde97d 0.17 MB 419 171
240,255 240,255 00000000000000249defd0bc00213fed4de84c04099696b023b1cde0276a48a8 0.34 MB 256 30
240,254 240,254 0000000000000057e7278aff887eeeb9977890094d0f9f81f358a4c5db69e563 0.09 MB 159 108
240,253 240,253 00000000000000dc6a653bb1ee2816dde6d761847e29e884c8ba88bfd34f1cc4 0.09 MB 92 85
240,252 240,252 00000000000000a65dc203ea791c31ebe5d3b933f9812a4e38dcb900bc28e17f 0.04 MB 78 157
240,251 240,251 00000000000000af0d73d6d7ff3f34d269f2c8f8751d47749c53c1a877cafb44 0.03 MB 49 108
240,250 240,250 000000000000005b93b087cc6de9ee5cb96f924ac6495ab8513a342212e4646a 0.05 MB 119 156
240,249 240,249 00000000000000a54825b5b73a4de1f4120e5d4af4ce07c1deb746bc260ebcfb 0.22 MB 273 117
240,248 240,248 00000000000000c53b9d1ba6c860f37e358c6093e819503db8d449ae742466a3 0.23 MB 457 149
240,247 240,247 000000000000009c8ce28405fd750760e3bc4fe4443025fce1345ddd10a0fa64 0.17 MB 358 148
240,246 240,246 00000000000000d71371f786febed0834f9767153c28f814b0a2e302092c25b3 0.08 MB 171 145
240,245 240,245 0000000000000023113cbf8a6d2dcd3fd78c57c4d6c7fa6f46a19cdbc3d5297d 0.07 MB 95 93
240,244 240,244 00000000000000e899528f043986ca04c639e726724c9a31ed7ff0891e7a6572 0.16 MB 296 97
240,243 240,243 00000000000000d21490e77e971da5c401e8148ca4f03473e70ab35f9c57ab72 0.22 MB 253 95
240,242 240,242 000000000000006f2129dd7e346a7fda4c353dce94b106c558bfd5d9e21fbe04 0.25 MB 657 187
240,241 240,241 0000000000000006f77657b75bc9704dbd9f3ab9ee4a0103df129357d11b0bfa 0.18 MB 425 180
240,240 240,240 00000000000000e839632c9b33898ca7439060c8a48f58592d0080c7d71c546b 0.30 MB 723 186
240,239 240,239 000000000000006daf5d447de48b83b93e3bc4933f034d1d425ea1c164838df1 0.22 MB 566 201
240,238 240,238 000000000000008cf9e84f9f3af9a0ebdb520c60f7cd3f04b84ec7124cae0868 0.10 MB 218 123
240,237 240,237 000000000000001fd8827dc344ad9ff53143e538fce8d5ed1662888ec74acc53 0.12 MB 212 124
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.36 GB sent, 93.98 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.