Memory Pool Memory Pool Refreshing

10,674 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (698,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,502 209,502 00000000000003504426a75f40bf6b57fb24d9f5477e8cd36ea1ae6a6335072a 0.25 MB 719 250
209,501 209,501 000000000000014c7214f30f2826e8305268dc1abbe1ff63f2014be46155b177 0.08 MB 230 195
209,500 209,500 00000000000000f09437c57b3855345b1f06c3fd0154dc008bf640f937848808 0.04 MB 108 136
209,499 209,499 0000000000000163e4576362adb2ac0e789ac03fbd3a94577d9af9dff882d7b1 0.04 MB 97 673
209,498 209,498 0000000000000084856cd1199f62fa0169b1a14167a8c5c1d6ff840c5f906993 0.00 MB 9 187
209,497 209,497 00000000000002d4fffb2f2d1161c872ce024bc4867dc22bc5f76e5035d77496 0.01 MB 20 151
209,496 209,496 000000000000041c9de9c7c57a8a19163a0d839fc759e0c1d0c346c2aefad5d5 0.02 MB 33 119
209,495 209,495 000000000000045c1664e6f20303ec3120b9a5e843e53ee30d0e2e456f0059a8 0.09 MB 241 214
209,494 209,494 00000000000000f169cf7cfd0ed976a46693ec25908817cc1b0f33e260733772 0.02 MB 48 133
209,493 209,493 0000000000000336b4b7c3035f8b8aa26be5a09f0bebcf3f2e7a0a737123a503 0.08 MB 220 215
209,492 209,492 00000000000000f83f3e9cca7ea4fec982b82809fc4bbf58f72b6947699aa75f 0.03 MB 63 80
209,491 209,491 000000000000013e567a5b54f324b8d5e60594b521e75d795dd1dc415f025ea2 0.04 MB 115 183
209,490 209,490 00000000000001310cfdf1d6afb43c8a26fceac8009117b84d532f27562d1259 0.02 MB 40 304
209,489 209,489 00000000000003725db6fb489898e807990c7b154a58c79f8f0531cbed09839b 0.06 MB 133 183
209,488 209,488 000000000000028dca916406abb77564f58ee0d9ebf33ad516119c64c3ec0b43 0.02 MB 53 135
209,487 209,487 00000000000002eeefb3658cdca7d7e37ef04e255db30db9694ef6ac6b2277ff 0.09 MB 180 171
209,486 209,486 00000000000002b6a1717f85ef91028125a5a86a4b37e38b5245227054d230eb 0.05 MB 81 153
209,485 209,485 0000000000000068fc5230e0d53aa8a05593ba6120cc2285aa0fd771a71a6667 0.20 MB 128 30
209,484 209,484 00000000000001a3fe373697f91f21794180d9a546f518dfa1034318dd7881f6 0.39 MB 891 192
209,483 209,483 00000000000003570f3a94ce187cb10207dc4fccff4b74dc6cd19c582b1257a5 0.00 MB 5 3
209,482 209,482 00000000000004e1685a64d218c7aef3660e6336c5806ff13c952c4173b7e3d4 0.18 MB 414 177
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.