Memory Pool Memory Pool Refreshing

2,424 transactions
0.64 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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 2,419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (814,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,455 93,455 000000000007dfcaec593d8cd55b363b7e3d923a4d4a933dbb864807e4effa77 0.00 MB 5 2,074
93,454 93,454 0000000000045fc02fb904791e80c97d071666c4d603905a833a0d21079c7f05 0.00 MB 3 1,945
93,453 93,453 0000000000077c3bf3632114beb489ed34ba01be8f0d08565a8566e60470c89f 0.00 MB 1 0
93,452 93,452 000000000000225f701560d4737444e8ae7d626da481acf580a9044e3570e109 0.00 MB 1 0
93,451 93,451 000000000002292681e85a5a12f54413f0004a2beea3b6432b339770b48a9749 0.00 MB 1 0
93,450 93,450 00000000000132950568ba93341608ee90e39cfd296130dfa7517ee6cec3efa8 0.00 MB 3 0
93,449 93,449 000000000006057b997e63f74783331e0bdc4662c9b6f4c15d4da89b48803226 0.00 MB 4 0
93,448 93,448 000000000005e8c4639618c61ee1c38586af23578b96d0dfdeccd4fc93ea641b 0.00 MB 2 3,891
93,447 93,447 000000000000d6d3efde4e14a5c126d73e30fd07dc75e5d7386b8106eac2fd99 0.00 MB 4 2,710
93,446 93,446 0000000000003552ac47f44b63308b1d454a283aaad2384577b51f8b0bda15eb 0.00 MB 3 0
93,445 93,445 000000000005480974cba080c59de27f21f44a83e97dc7627b0f5a2b14e7c912 0.00 MB 1 0
93,444 93,444 00000000000669fa57adceebbb66d400319ea9240a26d59a17fbbd1edd245e59 0.00 MB 3 1,937
93,443 93,443 00000000000222c5d3042f5548c91c517dfd369a6ec1366b68c94f149d389627 0.00 MB 4 0
93,442 93,442 000000000006ed76229d3650e8e1462236d807ffdbc6e97b8cf31d7affe35964 0.00 MB 4 0
93,441 93,441 0000000000029cb121a8e4df901a91bac80afb72f575c09c7e2f9f65a9b4522e 0.00 MB 1 0
93,440 93,440 0000000000040a02b22fc75a766f50bd157ba0da91fb5418288890eadc033ca8 0.00 MB 1 0
93,439 93,439 000000000004bfbbd6fa77e9a01ef4f7e6e1ffbf60dd9d68319f818fea304196 0.00 MB 1 0
93,438 93,438 00000000000911ad3673855cff28c2f367fe4e6bd543cfd016db48fcfb3abad3 0.00 MB 3 1,945
93,437 93,437 000000000002fd93252d2c2364a67d049d845d87bc5b445d2ccca6df906c2a2a 0.00 MB 2 0
93,436 93,436 00000000000025e5dd3e16d83af66b9468275bda3ae5d5a4e23758401d9da83a 0.00 MB 1 0
93,435 93,435 0000000000060d857da5ddc237d749af134668df9ecf71e63d961c0bd0384265 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.