Memory Pool Memory Pool Refreshing

12,146 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (549,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,229 358,229 00000000000000000a3ed9a4e25407518aa854f09fa1981adaae9455a91d1966 0.75 MB 1,912 34
358,228 358,228 000000000000000001643f7706f3dcbc3a386e4c1bfba852ff628d8024f875b6 0.61 MB 372 12
358,227 358,227 0000000000000000128695d6cc41c1df14916d970075993302dca9534ee53650 1.00 MB 1,658 26
358,226 358,226 00000000000000000248d1b1fb4944e1a3e9816faba90411e42d2e5e6d4ab0fa 0.10 MB 191 24
358,225 358,225 00000000000000000884af018ca7703478b6b1bbedd33981045e05158149d880 0.45 MB 372 13
358,224 358,224 000000000000000014b8c929a42339e205ed75174ddf05188c8840212b1dd9bb 1.00 MB 1,064 19
358,223 358,223 000000000000000014ff8f3bb90d73a39f4254501430ed5e7220406a2061ad52 0.05 MB 140 60
358,222 358,222 00000000000000000a0d3989c905d892b0d7eaccc4f1781b38c03ecf03dba7f8 0.43 MB 601 16
358,221 358,221 00000000000000000b3dafb219070e68a396edf0f186a9c90f3e1e099ab331a0 0.57 MB 761 25
358,220 358,220 000000000000000013683eff3a192c07d7a4cd3fbabe64a2a352c87766b9dbc3 0.15 MB 202 17
358,219 358,219 0000000000000000017f6f3464262b27b77f7c05fac97422d9c5a297970c7ecb 0.18 MB 375 29
358,218 358,218 0000000000000000033f1bf7914d18cedf595f9cfa772dbc25193e50f5b4e0a1 0.92 MB 1,960 28
358,217 358,217 000000000000000014668495c13fc22c4246474467750f559fe6e91a87843cd3 0.14 MB 243 23
358,216 358,216 0000000000000000152bf754fd606bda80a6f266566748df7ef937c75accc2cc 0.42 MB 761 25
358,215 358,215 00000000000000000920d9795dd96ef6017c342f8d025378b44c2d09c2383d24 0.75 MB 1,472 31
358,214 358,214 0000000000000000099cf8e7199cfda06ac3b718bc285d16992250cb69773b2a 0.46 MB 722 21
358,213 358,213 0000000000000000055f7f663c4d573b5f214a9d412ff56f2acbc0bc4156a0b0 0.15 MB 262 35
358,212 358,212 000000000000000000d2d9cd5c7bc8784353274d8f3c4df6fe965dbe1e08eb3c 0.32 MB 434 37
358,211 358,211 000000000000000001433447ba8aa7cbb61c4670906edc92db20717088d71d4f 0.08 MB 143 21
358,210 358,210 00000000000000000bbaa164fcc05d495bd86df30f2a2500ec1b357f7cdcf56e 0.21 MB 393 27
358,209 358,209 00000000000000000dcce038c68e732d1c97e67290f8b1792aa8bf26c5e5d8fc 0.32 MB 619 24
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.