Memory Pool Memory Pool Refreshing

7,057 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (836,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,055 72,055 000000000032668f831fd7153ba55f447a8720faf86fd5bfdf7f25c185af1026 0.00 MB 2 0
72,054 72,054 0000000000a4c5babd80cba5a0ebfcb44a1c6e6e85634a6aa80a1c17b98520a7 0.00 MB 2 0
72,053 72,053 0000000000f721e8f6961557bae21a2006e84f60344a0cf1e5e4787ed85a9723 0.00 MB 1 0
72,052 72,052 00000000000539f3039b291ac81d3c8be49dd112b58b741d251e109ca063b471 0.00 MB 8 0
72,051 72,051 0000000000facb4531d1d76608a59a81b6f54714ee2440fd99a83f87a994934c 0.00 MB 4 0
72,050 72,050 0000000000c4b2fe92b3570a284160bdfb56c9faf0f146efa3e8e8a483d59622 0.00 MB 1 0
72,049 72,049 00000000003fb942bca8ed7994f01994703824bb51faa5a3c39ad1a175972a18 0.00 MB 1 0
72,048 72,048 000000000049e250c1ff421f8ddec41702e0cfa213844e20a7943c5b807b7359 0.00 MB 5 0
72,047 72,047 0000000000eab41c0e4033bdde4b50cfac5aee6a2f86406ddc84332d93ae2aee 0.00 MB 1 0
72,046 72,046 00000000003307f349cddcb9956597dcb72f49f61271386aa38586b60b0e2ebe 0.00 MB 2 0
72,045 72,045 0000000000ca926bf620c8437657cf4b234dcbdb5385216aaa825ddf8d75207c 0.00 MB 2 0
72,044 72,044 000000000035bdb792d981138aff599bc70f498a98aab6478a96efa8df4f6a67 0.00 MB 1 0
72,043 72,043 0000000000513dbb6f3895d8b26ebd1fda2cf29e491580131a3740464dc73a5d 0.00 MB 1 0
72,042 72,042 00000000006fb4fc574877c88e47c8d5923172675f509a0334a86e35a76533bf 0.00 MB 4 0
72,041 72,041 0000000000110f1b38dbfab749cccdced3188412467351991462ba76fbc579d3 0.00 MB 2 0
72,040 72,040 0000000000213624504405878761f6b3e34dd52fc61b629a4c5bf1cc99635575 0.00 MB 1 0
72,039 72,039 0000000000fdad0d059eb1df494bb5e3d14e43d44bcacfce1a54b9639d348190 0.00 MB 1 0
72,038 72,038 00000000007d0b63089dc361a0af78ed78d8819fec782071c7de7026e80b6f2f 0.00 MB 5 0
72,037 72,037 0000000000478622b39e210053e6a14656c6fe13817dcff54c9374d2763e7243 0.00 MB 2 0
72,036 72,036 0000000000716137b71cba6db9e83cf60a75bb72ca4a53fd9bccb6bf89018d90 0.00 MB 20 0
72,035 72,035 000000000007230c02192ddf127262dcf3b79aaf871e738e9cbf4813be61fe77 0.01 MB 21 0
Previous 10 blocks ↓
Total Size: 770.78 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.91 GB sent, 100.90 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.