Memory Pool Memory Pool Refreshing

2,889 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,396 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (790,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,171 117,171 00000000000037da537169e0d963ea100d10bb57481081d73d9a1adc521e26cd 0.00 MB 2 0
117,170 117,170 0000000000000a29d82bba0729863cffd1cda2e75643bad841f3ee3b8cd7ca34 0.00 MB 4 0
117,169 117,169 00000000000087c8501ee9483882e0c905d76c78e524392b019a6b1ae333ab3c 0.00 MB 6 0
117,168 117,168 000000000000ca4677621c697b367c800f676f7506d5ef651a78c3ddc059cf11 0.00 MB 10 377
117,167 117,167 000000000000c52c577b7b66d75c83bbd545e492a191668139dc09b15b218d4e 0.00 MB 9 0
117,166 117,166 00000000000039925d4362ec990fa63d4c3c6ed8a509ac28a989a0683f5cc903 0.00 MB 8 782
117,165 117,165 000000000000979bd3dda90976c0279043598eac7b1b87e83894acc3ef838176 0.00 MB 7 350
117,164 117,164 0000000000009b48492124e470f08f583d3e6d348b9cc800d6d4990408582e4c 0.00 MB 11 335
117,163 117,163 00000000000044c0a2802b483e0fb04824f34f49153c21e7263153101e80aa0e 0.00 MB 11 0
117,162 117,162 0000000000006445e3c0ac7eeff7dafdf1d7f0855093d101d5730689ae282fd0 0.01 MB 4 0
117,161 117,161 0000000000004d919ca882a299afd190a3454ce5e4e701999e4ac68ac4c38d35 0.00 MB 12 0
117,160 117,160 00000000000009cb4dccdef3aa64e50fc98eca044c77ca85ede4736a64e925b8 0.00 MB 10 0
117,159 117,159 0000000000004ed65363cb0a594e9ef17129485d7905b0d8629dc511a8bc7144 0.00 MB 11 0
117,158 117,158 0000000000007f0b47304a246e00ac80ce30145384f9da88471fcc5eacf4c167 0.01 MB 8 775
117,157 117,157 0000000000008a67cd496c9f7029892c65308c5c696d7cf9055842fa1d88bc40 0.00 MB 11 3
117,156 117,156 000000000000773d1e93c885dcc2e6258575a2164255a3d447f4e25062497d3e 0.00 MB 12 338
117,155 117,155 00000000000077e477eae99f5080e8ea38b7f0bd7f0607ceb716fec1b1473438 0.00 MB 12 1,437
117,154 117,154 00000000000040e5d134c511cd6dd1be30b7cae16639239156a5e840b403cf32 0.00 MB 12 0
117,153 117,153 000000000000c93d7060eeae043a30f06c00f97b3945215e32e6e8586b44a7ea 0.00 MB 11 712
117,152 117,152 0000000000005ef7ae6fbc95b2bd077dc07e80e43bc35207308a20721ba5b9b1 0.00 MB 10 0
117,151 117,151 0000000000008e82d1aef1f05f5328dff3290e8d3ecbe7158eeb86ba78a636bf 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.