Memory Pool Memory Pool Refreshing

2,671 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (716,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,232 191,232 00000000000006fa01ee47d15c9a32486f7554a46868aae77692ca018ac48bfb 0.10 MB 232 115
191,231 191,231 0000000000000276d84f04d68eaef14c572e53d5ec2f679dff7c2287c390ddb6 0.00 MB 10 0
191,230 191,230 000000000000069f99c0939048a5aea183103192e9557c557a47d4749974a0d9 0.18 MB 512 396
191,229 191,229 00000000000000530c8ee68e57bd89bb28a1116cfc279340dab8dc99b673416f 0.14 MB 338 104
191,228 191,228 000000000000013eda5013b97b8de057740e3fe3ad27680d32971ed0fae5bda2 0.00 MB 12 0
191,227 191,227 0000000000000501a24ec573c46d066c906b15931d94306b84fe253f0b090ce9 0.20 MB 543 135
191,226 191,226 0000000000000008df276c72349b6c7dfc1a19d59d2c591de46d3f8ec478f564 0.01 MB 32 0
191,225 191,225 000000000000049afae548738548f51d5a0eb0fcc047bced49b9d6b1d1ea6fd8 0.01 MB 32 0
191,224 191,224 000000000000018e98f2f61e1b41f6e367a723d277b19da799f00997bb108c3c 0.10 MB 271 121
191,223 191,223 000000000000023306d5e1f6fcccd0427806f29c4e216aca2d66952c4cf86507 0.03 MB 89 31
191,222 191,222 000000000000037cc9783b457b23d8d6c3f330b212ca3be6505425c38ae13805 0.11 MB 270 123
191,221 191,221 000000000000086e50e087d9ceb89ce788f12f5a5eccd7a600859e8d2020867b 0.09 MB 210 120
191,220 191,220 000000000000069b4a4007888e744a48278dc4dc0108637411035cbbd555c486 0.15 MB 128 73
191,219 191,219 00000000000006d77dc9da16c45d0fd0a03627c4a51362aacb653b982748174b 0.00 MB 7 66
191,218 191,218 00000000000001f91b8b52c232d4d15d732006a42176f39673c6ef0710b50ff0 0.06 MB 134 68
191,217 191,217 00000000000006548d4b8af9dbf18543b1341526b42044eafb33ca5e0a631edb 0.13 MB 336 222
191,216 191,216 00000000000006844b010a043243d648e6e0704a300a1b12210cd70f506eaff0 0.13 MB 361 139
191,215 191,215 0000000000000249fa2b1f2f50e8af61ffef55f806db4668aca2cc30b25a8e53 0.07 MB 157 90
191,214 191,214 00000000000003a80aa8a308e26968d25b201503e3299b4c34607f11f2d10e9a 0.03 MB 64 44
191,213 191,213 00000000000008e09a182e44b323b7cc02c2ed728c69f81efbe4cd72bd4b8be9 0.21 MB 462 104
191,212 191,212 000000000000066aa4e101b6bdf1576b5d38713214c1a6b5c74f803d5146ec6b 0.04 MB 83 192
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, 113 incoming
  • Data Transfer: 1,634.40 GB sent, 93.99 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.