Memory Pool Memory Pool Refreshing

4,629 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,857 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (853,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,084 55,084 000000000cae4f0b852725c3230471af6c637cda78909c8b34c7915676407f64 0.00 MB 1 0
55,083 55,083 0000000004c39039ca5443ea92617e1875c07092f043f3b2bcadea13b4a1b981 0.00 MB 1 0
55,082 55,082 000000000e63394f432449a95430bf6e5e5b172ba111849187bd3078edf89cd6 0.00 MB 1 0
55,081 55,081 000000000875387281d8a30cbfc78e98649d63387b6de5c574f366692c794895 0.00 MB 1 0
55,080 55,080 000000000ef9be9eee183a59aed9ac77acb607098d5eff6d327d43ba8ecd855c 0.00 MB 1 0
55,079 55,079 00000000092c80cbb482fbd0ae30de4c1e345f357cbc978e15044cc7b327e93b 0.00 MB 1 0
55,078 55,078 0000000000ecbba3d2fef8254ca2e90cb63bf0bda575352c6b7521e6f31ac019 0.00 MB 1 0
55,077 55,077 00000000043a0de082def5fcdb6454edfc194d2f3a52f85ad555ebeeb2808763 0.00 MB 2 0
55,076 55,076 000000000cfc00730d5a893f3b715001ca6f63803fdf1cf5e10cac22bf2be085 0.00 MB 2 0
55,075 55,075 000000000da743ed438feac4db77263aed0682a921ad393e4a03b0d857150f41 0.00 MB 1 0
55,074 55,074 000000000f543e9ebbf1788a4a3cba4d3a867375364e90359f77c896c7b4925b 0.00 MB 1 0
55,073 55,073 000000000ec8cd262235cddb3785c493f53b3be63a70aef13af008d07d806c0e 0.00 MB 1 0
55,072 55,072 000000000ba8ad0277bbd69e672cd5395bcd1374a7e7395d9d81116747268e5d 0.00 MB 1 0
55,071 55,071 00000000139e70998e1dd04e59c905d9d64f6a46e850354105e9aaa5a2e695d0 0.00 MB 1 0
55,070 55,070 000000000639b5dfcb3193600ff9afbf04344eae21578096a76b3d36a6325727 0.00 MB 1 0
55,069 55,069 000000000f0160346abcda39e982bb80d283ece24d6da5debd5ceb444466845c 0.00 MB 1 0
55,068 55,068 000000001334aafea75b934d5f9ddc15d3e212696fed7c959de13bcdde598606 0.00 MB 1 0
55,067 55,067 00000000116a833df0ae72e61f9ebe6d347fb274c73fcfa39c6e7f2f2d234649 0.00 MB 1 0
55,066 55,066 000000000d873aac214ed751d91b133b523b571135067a0a68ebad5e49802d50 0.00 MB 1 0
55,065 55,065 00000000029e26f5ef50a365b2a24ccddcccbf257f1ac37e5c1d54d03eddf024 0.00 MB 1 0
55,064 55,064 000000000f267149c01e6d434e2ed71dd2e81cb430efe165e8c10f3043e344bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.