Memory Pool Memory Pool Refreshing

1,979 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,287 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 1,974 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,286 (809,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,989 98,989 00000000000468bde57a94c8d6f16f7470664bbd75805e02315f661c07addc6a 0.00 MB 4 0
98,988 98,988 00000000000274f9187a7b97ad1e64238f78000cc28b4a4e33790a5e25e119b1 0.00 MB 1 0
98,987 98,987 000000000002600683985e84f4b30f36cd1e675dd812beb010ff3e097d36885a 0.00 MB 1 0
98,986 98,986 000000000001700a5fb237e709ef52726d52cfa7b7543a3d275155572bd6f9aa 0.00 MB 5 0
98,985 98,985 0000000000039ab72fcc4e2ae693e3501ff4c68f3c48d9d3fac39b547c972dc4 0.00 MB 2 0
98,984 98,984 000000000001c7b93d998f2f84a292d4ebfe776634e2ac26f17d46a35914ec32 0.00 MB 1 0
98,983 98,983 000000000000d05e61436df6a3bf600bb4f0a392a9daef84e31ed36ab64ef527 0.00 MB 1 0
98,982 98,982 00000000000389a71d27b0c2bda12aa273e3ec8083a64895e1d8b259c28769fc 0.00 MB 1 0
98,981 98,981 0000000000002215f4b31234d311a6df4867750154bc713e101a96d0e4e04458 0.00 MB 1 0
98,980 98,980 000000000001a09e69466b5be8d95e8cfc106be15ac1c53996b2849321700aac 0.00 MB 4 0
98,979 98,979 000000000002a8fd3aa3fd35c62062870ab5399d50a3fd64b5b112c2b786f21a 0.00 MB 1 0
98,978 98,978 000000000003192115d813a969c3adea7b57f90343fd2a7bb6c684cfefd48df9 0.00 MB 5 0
98,977 98,977 0000000000022ba4e3331950198a2a96bd5fb840e99b0ac6eb62e30aecc52932 0.00 MB 4 0
98,976 98,976 00000000000020163917fc2bf5d3fc2552e8d0c54a7d9b988a87644d4e010ed0 0.00 MB 7 0
98,975 98,975 0000000000045fe76bfcd99c355922bc73e510d6010dc90a6613a0785fdddb1a 0.00 MB 3 0
98,974 98,974 00000000000355bfa4de343cf9992a00fbfd4f660c730cd2fa45035ce0f3182e 0.00 MB 9 0
98,973 98,973 000000000001ae87982ea23e9d52942963724ab8390da3b83282d64304c91701 0.00 MB 9 0
98,972 98,972 0000000000047b9c6dd8d04e77866161c583ce8c58e7bf71a5209a9d06381e3b 0.00 MB 6 0
98,971 98,971 00000000000020fd57b26146309cde27d9fb87049ead2ec56a24ca713c85f51b 0.00 MB 8 0
98,970 98,970 0000000000038b84c65a2cb63b93475a8b29f7de21eef05f651338311796127f 0.00 MB 3 0
98,969 98,969 000000000000d7049e306d5c84ea159db8722e8022e0385be7f14d576257e539 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.20 GB sent, 98.27 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.