Memory Pool Memory Pool Refreshing

9,963 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,177 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (726,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,266 181,266 000000000000095033b5fbfb995f80a8b928ac4b2f37a4431d7842b260a4281e 0.10 MB 207 145
181,265 181,265 00000000000001689d11d1953ec2f7cd97b33e4bc0085948b3723c42ee55cb8e 0.00 MB 13 17
181,264 181,264 0000000000000552508714bbd14ccad63044635f772704f80dad8741bd5de6a2 0.17 MB 429 122
181,263 181,263 000000000000064e79a3dbadb4d7eb2dded0080e63e80a401c90f159d690ea65 0.00 MB 9 15
181,262 181,262 000000000000003ba294fe16295661fdfc7d9e0dbac202278b941dd58289b5be 0.17 MB 447 133
181,261 181,261 0000000000000754f24346123e6c0495baaaa0561e5dedefca24da846ec12d28 0.02 MB 37 210
181,260 181,260 00000000000002e483a47beb3611b82354a7d0cbc80ee02583f8cb0d82d280ac 0.00 MB 11 15
181,259 181,259 000000000000000d1f277f265ff737f0fd27ebc56d0e5c0a1d4666c27748d4b9 0.13 MB 251 85
181,258 181,258 000000000000038fe372a044747b47a8598601ae9674b0ee3a6d755d47be09bb 0.29 MB 622 122
181,257 181,257 00000000000002c5c219e09d8b6a19f3d7ad8262e756a49b1210b7cd6530cb47 0.02 MB 46 103
181,256 181,256 0000000000000328358b0a536046711402c714cd282efb7647d70fe5dc250e10 0.00 MB 13 52
181,255 181,255 00000000000001a1fee1b3ba0c4703628593adb6ea7a18c0027a8d5c0aaf4fa5 0.05 MB 87 90
181,254 181,254 000000000000062b2c1dda20d6afe4af7d229d746794d3734bc286e1cfa14eb2 0.05 MB 138 90
181,253 181,253 0000000000000619d4a56f6e28f838b8d323eb90b10df88a055ddff4270ec9ff 0.00 MB 12 328
181,252 181,252 000000000000081856b5d2ad4c048c39ff6ca09b70e97cb57a893590eb209a24 0.13 MB 273 109
181,251 181,251 0000000000000627cb19d45778150e1a1f6c4f8250a0c8db75124683dc160617 0.18 MB 442 412
181,250 181,250 00000000000002c2874803641bf7446d35c6fd210aef54cf5d1b63f9e933f64e 0.05 MB 104 68
181,249 181,249 00000000000000cc9702d49af1c9d1cdd2eb1ad5572e5360a75589f0ba4fbb32 0.25 MB 517 127
181,248 181,248 000000000000065e2294a0e7300ad4a9fbf5033fa420c29f9c3649458203b705 0.00 MB 8 14
181,247 181,247 00000000000004a748f70b1d24ad276516f6465082bf7a2d02d63fbb3285fd0c 0.00 MB 9 15
181,246 181,246 00000000000006541164f7cf121174219e835e402a56d3ce29165e99a77f80fc 0.01 MB 27 221
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.49 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.