Memory Pool Memory Pool Refreshing

4,168 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (812,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,919 95,919 0000000000050879c8067abf2c34179fdd3af5c9df7e564a8df88dedba35caea 0.00 MB 2 0
95,918 95,918 00000000000149c2bacff04f29f3aa360a9fba3314160ced95c136fbf4c98b5e 0.00 MB 1 0
95,917 95,917 0000000000054a7bad7d3d833db580cc9af345fcd41d26c0b3de664cd02ca4f1 0.00 MB 4 0
95,916 95,916 000000000004106f455b6a52171737b2223087e3a83726831109697be1f16d46 0.00 MB 1 0
95,915 95,915 0000000000016076e23b0f0e3e04453d44e7cda55c4df34b054fe1ca286897d2 0.00 MB 2 0
95,914 95,914 00000000000136673d459b04ae76ede664cf6186f976d0961b513d3ba44e66d7 0.00 MB 1 0
95,913 95,913 000000000002467db987b58f06334811597e3308e472b711e87a6e2477dde761 0.00 MB 1 0
95,912 95,912 00000000000660e90bbc27fe856026ee8667ac3827e745901432ce168d51e3dd 0.00 MB 1 0
95,911 95,911 000000000004e246a9410b9051366c307b67a4335251f2dc5c4cc75c34e4c148 0.00 MB 1 0
95,910 95,910 000000000004313383bc3d9dca9fc79ac476894b6573d901c729ea13e5850c21 0.00 MB 2 0
95,909 95,909 00000000000389a3faadcc222e1be6b401f7c7867641529ee1f1b738749c0173 0.00 MB 3 0
95,908 95,908 0000000000068198742b4dd0bd0fc04b348422078f4bc73a529daed453fea8d3 0.00 MB 1 0
95,907 95,907 00000000000004a1574fff083fce9bc006261d30b7f7034741dd84f12be2c15a 0.00 MB 2 0
95,906 95,906 000000000006d1055ef2410e39e2705f649ba00bb690f4747052ca6d229a21b0 0.00 MB 2 0
95,905 95,905 0000000000006a4936f74575c0694d587ade6242d187fa64ac58cc8e89126c26 0.00 MB 1 0
95,904 95,904 0000000000056d466b866b56801395c99c224601ed3ac61997fa2a84aee9a262 0.00 MB 1 0
95,903 95,903 0000000000061324ddc5f4d366ce0779e9f92881553a42c144faef3da382a8aa 0.00 MB 1 0
95,902 95,902 00000000000092306633a517cfe3073878eca04dc564b756dd3bbc9119aaf724 0.00 MB 1 0
95,901 95,901 00000000000636b3780f83a4c0c0c17918343bbf73d99e1ac9f8dfdacd1295e3 0.00 MB 1 0
95,900 95,900 000000000007353c808928c1824296fa28040ed02f4011d6264ae431c839364b 0.00 MB 1 0
95,899 95,899 000000000000c57d102a9481dfdd831ad91cb199047036c950aef7a41d831c6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.