Memory Pool Memory Pool Refreshing

671 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
891,557 0000000000000000000251050000000000000000000000000000000000000000 0.42 vMB 668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,556 (69,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,803 821,803 00000000000000000001a068a8b7b88e665210b82885480e02c3f73089f1c93c 1.79 MB 3,572 152
821,802 821,802 00000000000000000000ffc1574b06d0be0176259884fb0760fdf4172daf6efe 1.70 MB 4,505 226
821,801 821,801 000000000000000000027ab06536829a408ba6a3816aed0fdadf125690b8f86e 1.64 MB 4,068 271
821,800 821,800 000000000000000000020c1480de40a86acfabe84b14a1a39f074d12c02e7c44 1.67 MB 3,527 194
821,799 821,799 00000000000000000002f933ca952907d4260db76ca38848f23bb7fafea00d49 1.68 MB 4,076 224
821,798 821,798 00000000000000000003cb0e236faeb262ab6fc7518437f246261823567aac70 1.56 MB 3,387 219
821,797 821,797 000000000000000000041e8088afb618a831f09f8987876051ccbf13dd4f55ec 1.58 MB 3,631 279
821,796 821,796 00000000000000000003d3dca3abbf9393930b007adf361b8ae09d586e506257 1.66 MB 2,985 422
821,795 821,795 000000000000000000035c5919b76cf60d48a398ca0459dd9a539b524820436f 1.62 MB 3,161 411
821,794 821,794 00000000000000000003de46645bc3e232081fd3d5b229c732fc7b85a5c5eb0d 1.66 MB 3,218 159
821,793 821,793 00000000000000000002bcf054cd2620252f284149658938b169af8316d8cbda 1.84 MB 2,376 149
821,792 821,792 00000000000000000001e04dbb125214e8d0427a0ef33166d429538a0181eb86 1.74 MB 4,205 195
821,791 821,791 00000000000000000003ef53e98746c87305b02c94f8db7713bc7151b627b61f 1.55 MB 3,329 336
821,790 821,790 00000000000000000001af7454638a5ab0262cf58baae938fd4a44e8fb7601f1 1.67 MB 3,989 167
821,789 821,789 00000000000000000003b36795429e1c8f3bd55599654dd2f8dc7487f268b92b 1.63 MB 3,420 196
821,788 821,788 00000000000000000000bccee0d9e168a887cb8736e38b7fd1f303b6ab17a204 1.62 MB 4,047 299
821,787 821,787 00000000000000000003e2fbf78642faa225ec9e6d4306fab95aa7ef7121ae24 1.75 MB 4,569 266
821,786 821,786 000000000000000000000f8bb09e30495a13773f233fc75044d6076e5a1d0764 1.54 MB 3,372 220
821,785 821,785 000000000000000000014fa1b073d164f62148d0d045da32284ad648137071fd 0.00 MB 1 0
821,784 821,784 000000000000000000006e21000eef0e7bd020cadec32bc765c64f0ec5c62a6f 1.64 MB 3,912 292
821,783 821,783 0000000000000000000139c20d9c6b3e8fa63f70e109e3b18b202066da69a5b9 1.44 MB 2,830 283
Previous 10 blocks ↓
Total Size: 740.56 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: 3,600.94 GB sent, 163.64 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.