Memory Pool Memory Pool Refreshing

3,968 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,028 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (8,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,056 899,056 000000000000000000001cea86069091aaae3a8f656b7f4d13fd9df924319924 1.21 MB 1,798 2
899,055 899,055 000000000000000000002cbb7fedc708beb643e5dc861d278bd378178232e35d 1.80 MB 2,612 2
899,054 899,054 00000000000000000001f368ae031eea4aa0cb9c44ae5c7047ebb3b39bea994a 0.83 MB 1,373 2
899,053 899,053 000000000000000000011a88c0749ec02e08bc599acaff4cc720bdfc00b6e155 1.45 MB 2,515 2
899,052 899,052 00000000000000000001aa6be5b918d6305b6d2a893dc22ace86efef041d791b 1.63 MB 2,106 2
899,051 899,051 0000000000000000000002f1fd38170b6324570890ad9b76d5e87906db7174d9 0.55 MB 680 2
899,050 899,050 00000000000000000002276000320ce31f985193db44cc5d35a966ab818b8209 1.86 MB 2,035 3
899,049 899,049 0000000000000000000062d35353bdaf0bc3d0847bebeef8cfac7fbf4eb8e8fd 0.74 MB 1,153 3
899,048 899,048 000000000000000000015f3d13cc4a408fe2cf6645723b22b789278cafbf097c 1.75 MB 1,293 2
899,047 899,047 00000000000000000000db7633350b8faf29b797a5561d5711614ebd280f5742 1.60 MB 3,153 4
899,046 899,046 00000000000000000000b199d0aef5abd44e90d5f3850217aec9fff018425df3 1.53 MB 1,147 1
899,045 899,045 00000000000000000000130383cd7765c5a595db143c7100b7101b65713fd1d4 1.72 MB 3,299 5
899,044 899,044 00000000000000000000fb46de1d13dbfb9a6180345db00948dcb279fd1829f5 0.75 MB 1,165 1
899,043 899,043 000000000000000000023fb8badb203165b88da2829a21bdd5b6ff5a5e7a3a6f 1.50 MB 2,602 2
899,042 899,042 0000000000000000000101487d05d248edc49e017b4bbd9128789904f06478ef 1.49 MB 1,243 1
899,041 899,041 00000000000000000001cb9471c50fd270ffdac68b5b13d10984492f8bc2c61a 1.52 MB 2,562 4
899,040 899,040 00000000000000000001edd1dc05340b7c54adc989fb0a3480b89599d3e3cde4 2.13 MB 1,542 2
899,039 899,039 0000000000000000000219847634a272f98e69126957bc8ea3fdf90e7296c818 1.85 MB 2,791 7
899,038 899,038 00000000000000000001d1697e5254ff973bfcfa2e581c30bc2477df768ce6c9 0.74 MB 1,413 2
899,037 899,037 00000000000000000001758d517a4ec972082d6d9500975b06f928eba38fd61e 0.26 MB 296 2
899,036 899,036 00000000000000000002103d0ece1bc011bf27172dd47f3c6da75cb2640b5eec 1.54 MB 2,330 2
Previous 10 blocks ↓
Total Size: 769.59 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,651.41 GB sent, 95.89 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.