Memory Pool Memory Pool Refreshing

9,495 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,489 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (615,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,127 292,127 0000000000000000107263a76ffdfdea2295d0c7399685564c4163d34a444ed0 0.25 MB 433 31
292,126 292,126 0000000000000000f506dd6ab8860b793bd099d36dd9ac6a70c695c8ca5612fd 0.03 MB 64 53
292,125 292,125 0000000000000000c9315187024bf1b6272065eec8644a1f6858b9dc2ec2d629 0.19 MB 393 39
292,124 292,124 0000000000000000a2b60ac95009289afad59ddbcb1d9999253efd56172ad388 0.13 MB 296 33
292,123 292,123 00000000000000007acb60f2ce943d6abcd32ec98efcd599202bc7508302ca63 0.14 MB 144 21
292,122 292,122 0000000000000000531496801630b9b3e1b7149c781c53f657eced2ab84d9c7d 0.01 MB 23 36
292,121 292,121 0000000000000000dc2c73ef9826e67b236bdfd26ee5231e5417cb5a14f7aef5 0.18 MB 400 39
292,120 292,120 0000000000000000c06b1f3e23ee99d808f657e0d8d5c6bf8140467352499e63 0.21 MB 512 53
292,119 292,119 00000000000000009d516e7e57568ac8cfe3fe32c75a09c47011498727464874 0.10 MB 162 27
292,118 292,118 00000000000000000798a3b007e17bc86f1b29dad17966763474118ca9237629 0.23 MB 272 22
292,117 292,117 000000000000000047b6b59eb0d627dd5fc77d4f9ad93b23e57c7888461a87e1 0.16 MB 319 44
292,116 292,116 00000000000000001b9deabdd1e374db4d41158363476d0553fdf0ed565a491e 0.08 MB 85 5
292,115 292,115 000000000000000020e0d7b7913f3410852462f33dd3bf9e8bb89958cfdabade 0.08 MB 138 31
292,114 292,114 00000000000000007c5b602d3392c85cf4152ec4297fda8ff8ab80aae97415eb 0.08 MB 90 18
292,113 292,113 0000000000000000c72a81f74bfe2d646adf5ddffa67cb0523ab18ce47d91805 0.07 MB 102 30
292,112 292,112 0000000000000000db345e423d946bb92be8543b8153d3d9e53e9e0554c23d53 0.34 MB 567 31
292,111 292,111 00000000000000004791780470fc1aa663913f58aa39a8a01151e5ad49f07cd5 0.09 MB 256 57
292,110 292,110 0000000000000000dd51b12152493415a1df0e3af908bf0d79dbd0fbfaa086e3 0.12 MB 278 38
292,109 292,109 00000000000000003055c3398d2b31cc935d88f90b42eaee0476bee7b0e25edb 0.03 MB 18 12
292,108 292,108 00000000000000002f262712195a406b9839d863d0308f6df0253377cab4b57a 0.06 MB 146 31
292,107 292,107 00000000000000003d9de9ddafcc4d48b195592d2565ce1d6f366bef24410a4c 0.26 MB 685 50
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.