Memory Pool Memory Pool Refreshing

8,103 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (761,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,834 146,834 00000000000002584fb7f28620a2e2c3efcfd9948cfe653f704c10f9d9033611 0.00 MB 1 0
146,833 146,833 000000000000069c82bde64b285e0d4b8cc4d8c0c0289fb19e796e7f43c3779c 0.04 MB 95 109
146,832 146,832 00000000000008d6f5f90b54c143830de3c53586f15f551928c3db661597fdd2 0.00 MB 10 512
146,831 146,831 000000000000053a4dbbaa9062f2b953246c5c7a90d77993e11e94c6753ab5e2 0.04 MB 163 75
146,830 146,830 000000000000092be6e9127a9c9a706a0446e119ee56368492c6336b0a53fa73 0.02 MB 35 253
146,829 146,829 0000000000000050e3ca55d4830faee6be4cd02c59e0c9f62507d7858d189c80 0.00 MB 12 0
146,828 146,828 00000000000000430ecd59f005dfc9eda5fc4acf3bbbcf48a3ee81d99603150e 0.02 MB 48 275
146,827 146,827 00000000000006d8e660d5f4563803a649d0b909805e8e2b42497a8f5501b2a3 0.03 MB 53 223
146,826 146,826 000000000000066601e7cee4a044709bfcdabd3fc7570e87b6e2e0cbf53a06bd 0.03 MB 82 170
146,825 146,825 00000000000000a632eb7eaefe7e492c82826f16bc9eb038b73fe417b32308e9 0.02 MB 41 108
146,824 146,824 00000000000006a73258f6888153485f5f9b810b389e6d2ea8de41a59879d570 0.04 MB 49 89
146,823 146,823 00000000000006a232023dde909828e34a8206e98d8687e7d20546741890aa4c 0.01 MB 7 35
146,822 146,822 0000000000000267a07be35695f905fab9c18dbda50384eb0a4ee39ae484bff6 0.00 MB 8 44
146,821 146,821 000000000000051cafad1c166e73022ddb8151f8b196ca11c9955851a2ea3e47 0.01 MB 23 213
146,820 146,820 000000000000022611d7347921fb4af9362828185c11fb7f4dbac21f0e0683cf 0.05 MB 116 94
146,819 146,819 000000000000027e3ae427d133179df748f82ff6bff753738024dbcf67184aec 0.04 MB 76 215
146,818 146,818 00000000000007ed3d3a2ae76e2be6608192a4ab4092ffe4de20897e22782cd6 0.01 MB 15 64
146,817 146,817 00000000000006dd41efbf09f2b816b276a9357c1aed64e1b56a2ff4f3ea352d 0.02 MB 60 120
146,816 146,816 0000000000000725bdb59c965dd7aa1a8477dfa47a40d091930263edcc490008 0.03 MB 25 28
146,815 146,815 000000000000022b3705a2ddd310e4f66bf1e40bae5dfe90bcccbf2e980fbbc1 0.00 MB 6 0
146,814 146,814 000000000000012141fa3611565ed9ad68d6442bfc46961c9914f9dfac3784d9 0.01 MB 14 47
Previous 10 blocks ↓
Total Size: 769.29 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.62 GB sent, 94.36 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.