Memory Pool Memory Pool Refreshing

2,062 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,676 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,056 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,675 (839,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,179 69,179 00000000016112db8afc064d97c127c41a09f38e498347b13086e6924f372f17 0.00 MB 1 0
69,178 69,178 0000000000e870bea1a80d70731bdcf95f9ddedd6485dd34b4c777c69375196f 0.00 MB 1 0
69,177 69,177 0000000000b20636e8c6dd9c62d96b928296607b5cd87a00ecfc07480cb1af0d 0.00 MB 10 0
69,176 69,176 0000000001522eaa4344c752a7f1aee1de84dc04395b514a671c9b451fc63bbd 0.00 MB 4 0
69,175 69,175 00000000015a767d78d74b17021830b400e6e02f96db982d4e1110e5420d3b95 0.00 MB 4 0
69,174 69,174 0000000000f57f62749cabc8ab620fd69e04730a9899b5d1a8e06495184c09fd 0.00 MB 1 0
69,173 69,173 00000000005744dbe7e817befa6728acbe3d647cdfb344589aa299bd1cdac1c5 0.00 MB 1 0
69,172 69,172 0000000000d550f1452cde1182377f1dd0892ca85494df6ec05d8eda1a365563 0.00 MB 1 0
69,171 69,171 0000000001550a33c6c8597f92cda59cc356403545a388fc4a78357830d23420 0.00 MB 1 0
69,170 69,170 000000000046cffa66f4abcd9d69705a304676cc076c02b2d5595360ddf7e83a 0.00 MB 1 0
69,169 69,169 0000000000f9a4d4deb85c7b4b698f4968837a79f75af26fb5cc8c1503f0799f 0.00 MB 2 0
69,168 69,168 00000000006b81f49701480d0c9544679a16709e72381886b5332f1c212b1756 0.00 MB 2 0
69,167 69,167 00000000003f26d02553a046071b3fc6e2dc6c854c3c55dbdf3ea609f354da09 0.00 MB 1 0
69,166 69,166 00000000004511e70e8b981368cd88806bcb90f38493758f7df0b231d8973479 0.00 MB 1 0
69,165 69,165 0000000000ffe08ab5fbb37f10f735773e09d6ab114f31732266bc6197e7c88b 0.00 MB 2 0
69,164 69,164 0000000000fe0fb6845c0b6ffd81b18a8296231ca88880af4a35ebaa00386de6 0.00 MB 1 0
69,163 69,163 0000000000a717a9e9bf178f9d047dd7535ffc68907ccc3fcdc0f7f7367f46e1 0.00 MB 1 0
69,162 69,162 0000000001420dd32b4bfb0b8a1d020df1cb2a4021d6c3fd3adfc7e8a43b588e 0.00 MB 1 0
69,161 69,161 000000000008862879468163de4c83156a612073d0deabeb667c0a2fe6625e29 0.00 MB 2 0
69,160 69,160 0000000000fb2bf6a38655e285bf67da01e57989e808033630d420a39df97076 0.00 MB 1 0
69,159 69,159 0000000000afcd8f6ce45e50527fdd6e1d5b6be374c31d8ce05df10d9c6d1c0c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.58 GB sent, 101.71 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.