Memory Pool Memory Pool Refreshing

3,586 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (471,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,840 435,840 000000000000000000eee3b28445c42a170ab9b43f765a6872c41734055a20ff 1.00 MB 2,298 73
435,839 435,839 000000000000000001eaaa7d4b5a28ceb8da682af2f1cf20f00b41d3e11b1e35 0.39 MB 928 71
435,838 435,838 0000000000000000037ffb379e8dbad445bfae52f1228ebe55730b757e25b126 0.73 MB 1,241 41
435,837 435,837 0000000000000000030a879b394125ff1516c20842e0de18088d2a6537d874ad 1.00 MB 2,654 79
435,836 435,836 000000000000000003c6494259bc8678819a507a32099938d80684c4debbdc5b 0.62 MB 1,599 68
435,835 435,835 000000000000000001c49deb300f378499b90e65cb582f78b1ad6cfc848ec663 0.99 MB 1,869 60
435,834 435,834 00000000000000000046c419bef0a403ebc7c5a04552e0c5f01365d8839f7903 0.63 MB 1,177 58
435,833 435,833 000000000000000001d0e51f38ee3c6bf72b8dbd48ee4055747d1f4931e57e82 1.00 MB 1,275 40
435,832 435,832 000000000000000001f89d51f894a668c0d83fa39d58fd3a1b527c9bfdae9cb6 1.00 MB 1,436 39
435,831 435,831 0000000000000000028d026e6e31a0df0a49f146b43fc671ac334142a17a8319 1.00 MB 2,392 59
435,830 435,830 000000000000000001d51ec3ba46ed91d8d09891d30b0a0d7bb46471c14def57 1.00 MB 2,492 76
435,829 435,829 000000000000000001fc54e556694596e8b4d4a90a2bdb44d05efafb8a7d421c 1.00 MB 2,495 68
435,828 435,828 000000000000000002eb524e052e25b8a8701d365c41ea63736bcd575570c3a1 1.00 MB 1,088 123
435,827 435,827 000000000000000000d00bd6c710585214b48e0eff0b056b71e89b42faea74be 1.00 MB 2,537 78
435,826 435,826 0000000000000000025f0314b4f2b927eab2f51e3f90d75b7e1a862f60ec69b7 1.00 MB 2,482 68
435,825 435,825 000000000000000000d2810b9ea280392f16c38780924ee874567c7868763050 1.00 MB 2,574 57
435,824 435,824 000000000000000000ce3c5bb4beae1ea1d30b4398118a194478cb6a87ff3df7 1.00 MB 2,333 89
435,823 435,823 00000000000000000196490615a3426db49922bf09c002e8b1bb5931a8575160 0.74 MB 821 58
435,822 435,822 0000000000000000042e28ad6623c793ce686adcd2adeab78310ebc371211641 1.00 MB 929 19
435,821 435,821 0000000000000000016aa0213983ce6cab1c3ef057d03f4fc20bd934f28775f6 1.00 MB 1,357 15
435,820 435,820 000000000000000001d0c2170580c47592a139ab4cdbbdb234c99aecd5df8aa8 1.00 MB 1,953 47
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.