Memory Pool Memory Pool Refreshing

7,406 transactions
3.71 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (389,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,331 518,331 000000000000000000346e873526b2c8d481947855a8a3dbf9926b52b0e89274 1.06 MB 1,345 8
518,330 518,330 0000000000000000001c15f4fc38411cbb8c3af95beb9e7810e2c2b52241a7fe 1.16 MB 2,354 39
518,329 518,329 000000000000000000304e432978f0779eff70bceb4dd363fbdbf3351c26b170 1.17 MB 2,578 48
518,328 518,328 0000000000000000002947e9424a13bfab2ad261de18430bafc8dc30b66e4608 1.09 MB 1,599 30
518,327 518,327 0000000000000000003b1f611a171418c0da7bc7b4f548d5a7af502ed8731b40 1.02 MB 864 60
518,326 518,326 0000000000000000002ff5cff8eacdb397309159abea35af2addd2d71138ad7c 1.03 MB 756 64
518,325 518,325 00000000000000000012e7b63e1b0724d1141435f7666a6458fa51fe9b25d110 0.48 MB 962 31
518,324 518,324 000000000000000000270aa2ca330d60a0050721010fa3781189cc115aa83cf7 0.02 MB 70 27
518,323 518,323 00000000000000000022f0cb15d7405d0ed57f50213e017665ff212610be0d25 0.26 MB 542 34
518,322 518,322 0000000000000000000f6d2dc6296593ed5491ea52be6707f78373e01e32f7e1 0.42 MB 849 38
518,321 518,321 00000000000000000032b04f4485b4c6ef70a506699dadd931e59d9e87a44f77 0.88 MB 2,015 35
518,320 518,320 00000000000000000027edf06f860856ec1ac4e817a4da45e9df2bba8544b3ed 1.09 MB 1,770 26
518,319 518,319 00000000000000000047a17be67fcd7f79432a9294d509ae168340c524ba1faf 1.08 MB 785 14
518,318 518,318 0000000000000000003015ca644ec67ae68c577903f1e24c79d1d0f3e4bcc2b4 1.12 MB 1,572 21
518,317 518,317 0000000000000000000cd895a46be1ba179d5fdc19af2f5c2b2061b6c617e542 1.11 MB 2,144 26
518,316 518,316 0000000000000000000ca4d0f67e569b9017f9db3f55b949782f3436a40574a5 1.01 MB 611 8
518,315 518,315 0000000000000000003d5e18862831d75391c82c0be61033946fcae599f82435 1.11 MB 1,353 21
518,314 518,314 0000000000000000001eb097132da94fb4bade58c5d8d3169165a933dcc8a3d0 1.11 MB 1,972 24
518,313 518,313 0000000000000000004258ffd935ba4a2fdcdb76e631432556a6aebdc4061a55 1.02 MB 407 7
518,312 518,312 0000000000000000000870497004514bd3807cdc98b9f3a57038faf5df04144f 0.06 MB 15 4
518,311 518,311 0000000000000000000e2969067f2304a25004a2462e1114a262bc1740b722ff 1.07 MB 917 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.37 GB sent, 93.03 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.