Memory Pool Memory Pool Refreshing

762 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,566 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 761 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,565 (859,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,025 49,025 0000000011188f0b50280fd3db41b4e70fe9f0b060afa3a41c7c93e2a3d59bc8 0.00 MB 1 0
49,024 49,024 00000000296b0b516a45f573af38e0ea0d5b09997cb9895e3bd982a7de8e1879 0.00 MB 1 0
49,023 49,023 00000000169e0c32533d253e3c29c0cd25c8a0a3ec8544c3a703b553a30c5d19 0.00 MB 1 0
49,022 49,022 0000000029fdfa451a940b37b03b43050127aa7703e358a79db51bbc9eb1e9c7 0.00 MB 1 0
49,021 49,021 0000000009da01295202c73b31e4227bc7f7eb2174ae4a99f7c711862b6a15ad 0.00 MB 1 0
49,020 49,020 00000000283ec5677b8757c0b652e67087b968e337e9779b35d9092bf4003882 0.00 MB 1 0
49,019 49,019 0000000026543c8c2d3d5d3b4ebecda4087c14d1819acce224adaf275acd933a 0.00 MB 1 0
49,018 49,018 000000000f8c841840cf8659ddd501b255322b563fb5a901703f42d892320631 0.00 MB 1 0
49,017 49,017 0000000023384c23e14eeb1a06241dedcc650b9e167ac4ecbaecd63bdd17ee2a 0.00 MB 1 0
49,016 49,016 0000000006f6c053e0692de8caef04e6deca936b8ea3b89cc454f2f6cdc9fbe6 0.00 MB 1 0
49,015 49,015 000000001f6bf2392df2690cc26ae743c6e1887364902e93a6fc1a8ff66fc5cd 0.00 MB 1 0
49,014 49,014 0000000005262122fb8a0e0d419deb07119b0e47ef25d847ddf934f882b4398c 0.00 MB 1 0
49,013 49,013 000000001787092538a993595ad6fb78fc1c46e05dff8e754dc444b8476b5f57 0.00 MB 1 0
49,012 49,012 00000000153e4572aba17fa11117685c6e5e6e208f1d0341437957e6696c73c4 0.00 MB 1 0
49,011 49,011 000000001c23c78d6eab6244b836a6608a16dc2051321bfe2bc12e7cff512bf3 0.00 MB 1 0
49,010 49,010 000000001f4579b1c46f5795a720bb26cb7163634f36fe6cc89320b5d967804f 0.00 MB 1 0
49,009 49,009 00000000282800f1ef6dcc3edfae47c5cb97e9b6a10dbb4795938c425dc5e016 0.00 MB 1 0
49,008 49,008 000000000c825e37bd42f98a3cbf8340f14e2793bc4bb825600de4f865e9bd5a 0.00 MB 1 0
49,007 49,007 0000000002cc94480111671a0ceea66d8442f84f60f58dd7ef50382a0a40c5ac 0.00 MB 1 0
49,006 49,006 0000000023685783867ff01037e5bac18f45f227555b929793b2bccc75f41350 0.00 MB 1 0
49,005 49,005 0000000002dd8b19810e33adadb9f6c3881d35032b517d9a15b5bb1307580d40 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.