Memory Pool Memory Pool Refreshing

6,236 transactions
2.86 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,256 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (906,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,033 1,033 00000000223bbe66d010f869ffdd9a50b7ecc5e952dcf496fd8824c386cdd30a 0.00 MB 1 0
1,032 1,032 000000001c1791a1ffa49c32784da7c51b77c9c3ea1c4484aebe8627104b93f8 0.00 MB 1 0
1,031 1,031 000000006e8d376834398b7963042cf2d8764860457573c1bb54fc8723a35a6d 0.00 MB 1 0
1,030 1,030 00000000f10051ec4605c41b0ce790793b794d490aadf9c9a5a2c09f717737b5 0.00 MB 1 0
1,029 1,029 0000000042c15539de289697b27c7ee35089d7187896d2ab2d66e8fadc61e3a3 0.00 MB 1 0
1,028 1,028 000000001bac8da2b747fc932bc14d168e25be8088adc164fe859f9acf8c5d16 0.00 MB 1 0
1,027 1,027 00000000445badc24fc82d137c552d7f013d0d0f55be4dac1dc61b92e4a27a40 0.00 MB 1 0
1,026 1,026 00000000425a4ad21d99ec0a32e1a5b5d0db2229c37ad433f8976db6c4397a66 0.00 MB 1 0
1,025 1,025 000000001546f288e1540d55b0a6b70f86c3fe0b29ca39ec7878c41f1f16ec5d 0.00 MB 1 0
1,024 1,024 00000000edfa5bfffd21cc8ce76e46b79dc00196e61cdc62fd595316136f8a83 0.00 MB 1 0
1,023 1,023 00000000e8817bc0ab40272591666f084b92130eee0e5172c04512dd6409fcb7 0.00 MB 1 0
1,022 1,022 00000000e677056d42005209b140b3ff81d64dc757ad4fc30ad6776a289fbdb7 0.00 MB 1 0
1,021 1,021 00000000888fa29c0d536dd58236724bc0dc115120dab4bfc529ffea1cb680fc 0.00 MB 1 0
1,020 1,020 00000000aea3469718b670a4f3e86f5d5c10d58ce6c92e2fbd1b0f0a9317b5a2 0.00 MB 1 0
1,019 1,019 0000000041d393d6c69950c23ed5d3e349c76c65db6e468537a5f3e7762036e7 0.00 MB 1 0
1,018 1,018 00000000cc989013d30098040630e0ba11e506d9a7d3463308aa39bb5fb58063 0.00 MB 1 0
1,017 1,017 0000000084fbcc1de75dba046dd98e5d1310e898923c85da165452da9df3ce1c 0.00 MB 1 0
1,016 1,016 0000000020f9cc70a8d53e37951c3bfa56a3d8b50a95d724e36e2e2f916a0ff0 0.00 MB 1 0
1,015 1,015 0000000071ee64ac3fc9735b74d39618b38c1225723a98bdbdbe83c010069632 0.00 MB 1 0
1,014 1,014 00000000d2fb950a997c3a5f555ae3485293dc972bb2baa396283006fe3230dd 0.00 MB 1 0
1,013 1,013 00000000f9c20fdda7029f3d5eda156b6b7d4d2b3b8b850b9dea839483e145b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.54 GB sent, 94.00 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.