Memory Pool Memory Pool Refreshing

2,900 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 (690,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,839 217,839 00000000000000169d6d45490285c40d3db30aec019ff84709fb0dba3d64526e 0.11 MB 207 263
217,838 217,838 0000000000000270df1e1e0e7e9112e08ee3fad0938b07c16ce16bc733711626 0.04 MB 62 93
217,837 217,837 00000000000001bde870afad6946020db2ab15dbd6b2b0b3b0cf3a4fdcdd4773 0.17 MB 384 180
217,836 217,836 000000000000002d58b8efefdfa2ee2629990eedb22a4865884718939eaba7b8 0.05 MB 122 127
217,835 217,835 00000000000002d6e8c26d6ceca68e363e5dcfc7e27e739c580d1e2707a12a11 0.12 MB 272 203
217,834 217,834 000000000000034cbf2502430799eea2af861d2f9f54c8de4a00e7cda2fdb204 0.02 MB 32 866
217,833 217,833 00000000000003c030d49db356ce598deb6d9d3548d600e5d33d52a5c0bbd972 0.15 MB 161 54
217,832 217,832 00000000000004d83be061692802019a1bdac52c6194f412575cbab6e9888687 0.02 MB 38 44
217,831 217,831 000000000000035125c54530fd384f7d3e7985a591c383ff5ff89e5f41efc17e 0.13 MB 374 319
217,830 217,830 00000000000003a6cef2e7c81a6aeb2e878eb570c93d6cb98bd53ccd13b2ed2d 0.05 MB 116 409
217,829 217,829 00000000000001baa9bca694d96ee583755793a529b3f6a1b0d5d7152589c9bf 0.05 MB 156 249
217,828 217,828 00000000000005637272f8393ade99eeb80ce1be49358298e4ad9e3b449b06d1 0.08 MB 154 182
217,827 217,827 00000000000001baf1b3bd1083123aef9d5284a2fa3797bdfaae6cb2e0e8b592 0.18 MB 329 183
217,826 217,826 00000000000004b957cf452c40d4b6914685c41d856fd3abea8cea7f241ee77a 0.10 MB 201 144
217,825 217,825 0000000000000535e1db1c4f220cfb3869ff1d73b5fab2c52f6dc18d7ea15362 0.03 MB 66 171
217,824 217,824 000000000000042b7b87489c802a962cd301323b21ff116a4a0c1098cb7645c2 0.01 MB 45 284
217,823 217,823 000000000000002843ab30f35e15d9985640d103a47924799a9f283dc3e197b3 0.09 MB 150 212
217,822 217,822 0000000000000518b71fbeb8d7959e640af9d0a558a30ed86453e5b9deb5652c 0.01 MB 20 121
217,821 217,821 000000000000024ba705525bedeb91cbf23c835793b6818fd0fbe88f31b1ac39 0.09 MB 76 68
217,820 217,820 00000000000002abd2d192233e9500315ff5cc7f664d0fbb67bbe3cea9f605cd 0.25 MB 666 248
217,819 217,819 000000000000036508cfdef75ed619fc5c315c021d6ffeea264ce1742d9c7269 0.06 MB 49 120
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.