Memory Pool Memory Pool Refreshing

7,603 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 2,124 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (822,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,132 86,132 00000000002d068338ce36080cd8b5c498e7b5758c084d52086ef4101c1f522e 0.00 MB 5 0
86,131 86,131 00000000000ac6477239011a8c9a7d12011f8df170758524db5c797704bdbd8d 0.00 MB 1 0
86,130 86,130 00000000000752a11d4ef9807203dd9d9be922f41f6272b894929d3899581e4c 0.00 MB 1 0
86,129 86,129 0000000000224416a4259ab4413de68b76d3ccd046dd1fa9f8946a95c8bc21b3 0.00 MB 1 0
86,128 86,128 000000000010c9b647c7d8f2d5e591e8c0e8e57352a099a05abddafa36a44049 0.00 MB 1 0
86,127 86,127 0000000000190ad93d26b3d6a2d98cb2de55996ff223a30cccd57a71b17e1af0 0.00 MB 1 0
86,126 86,126 00000000001466ab65b220836d500f9033426926c3e628774f8ca9397f13f1ba 0.00 MB 1 0
86,125 86,125 0000000000053d555f9466f0591d07a3e480a3e64765ddfa617df808de4e1688 0.00 MB 1 0
86,124 86,124 00000000002188cc9b5ebfb1ac97e8765df9f1021ec9360fb1639c478a88286e 0.00 MB 1 0
86,123 86,123 000000000002aa3db811f9a30648d753b6f6f17cff9f8a47a1a1fb1f664ed99e 0.00 MB 1 0
86,122 86,122 000000000000e9c9b1a86710225c90e2e31b83698668eb85277a6607061d4265 0.00 MB 2 0
86,121 86,121 000000000010aaeb1dabfeda19afff4312c8edc917aef43ab190e1e8f090f6d4 0.00 MB 2 0
86,120 86,120 000000000004df4edc6eb504394b759bb560094a8b4362646e4f19a302648af7 0.00 MB 1 0
86,119 86,119 000000000012d5ee2cbae2637dee8746032b634c439b351e554ac34fa1cbe59d 0.00 MB 2 0
86,118 86,118 000000000003622b9ff2c59c600e2a42fd98e1f90c8c105110a0663d3d23f147 0.00 MB 3 0
86,117 86,117 0000000000224898a4427796558fce615789cf3abaee34ec4438f5f25506f9b8 0.00 MB 2 0
86,116 86,116 000000000016f91ae73ec5623661e02020a95257a0a472b16939a2ded8b1cecc 0.00 MB 7 0
86,115 86,115 000000000006b8917a6447a7dbb421d912ab5e4a0e7fde28445c5c52bbe85fb2 0.00 MB 3 0
86,114 86,114 00000000002d3878b91320587a0be77671f575515ab88a34aa92c02ae19ba7b7 0.00 MB 2 0
86,113 86,113 00000000001fcc2b4c6d44f98071bdea45f6d5d2943a295b457cd55756d89f47 0.00 MB 3 0
86,112 86,112 0000000000119889bb5a77d6a6d2ff3b43bff93bc04305f6ade1c4c3951af642 0.00 MB 3 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.92 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.