Memory Pool Memory Pool Refreshing

16,279 transactions
5.41 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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
907,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,176 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (542,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,444 365,444 00000000000000000448f0d73e2ba1423e3d0b0892c40665e1ce46e0d1a8eb69 0.45 MB 263 31
365,443 365,443 000000000000000007b23e401f0a1060af438b046bee913d471976e930bedbe9 0.49 MB 868 38
365,442 365,442 000000000000000009261c5f9f3fb62540e5a0eb0085534c6d278a45beeb6b31 0.75 MB 1,608 41
365,441 365,441 000000000000000010bf087ed645cba129e2523930d5cde636ddbae9e03aef9c 0.75 MB 903 24
365,440 365,440 0000000000000000039feff624cc853f752aa9772bfe3e2dcb26bae3b96029df 0.75 MB 262 6
365,439 365,439 0000000000000000026093367af54b94ef1709944510c67e33d863caffd9b2f6 0.15 MB 200 27
365,438 365,438 000000000000000003a7cf5fb475521e2dd04732161ce11bce765c1371c849f6 0.26 MB 552 46
365,437 365,437 000000000000000014de01b6e99fbf23528f7fda45a4eca71cf4a40321567419 1.00 MB 705 13
365,436 365,436 000000000000000000d5ffa93ed59451875ef2f054d40c904c0254353f747c2c 0.32 MB 686 44
365,435 365,435 00000000000000000e9557f7d91ec584e2b13bccd3e42195e60cfb6a8ebc89e7 0.34 MB 579 39
365,434 365,434 000000000000000007a42d120ae72c02d877a99bb29ce1849afc8a74c8a04b54 0.93 MB 743 17
365,433 365,433 000000000000000010f45a4228b496f3d686dd55f9d91cccc8d6ba864ac05211 0.75 MB 341 9
365,432 365,432 0000000000000000104411ee1e914b3eddcc7c5bdeeafde2cda243b61640a028 0.29 MB 560 43
365,431 365,431 000000000000000013f8db83385e2dd23d197724315464888c9531e791099c80 1.00 MB 336 5
365,430 365,430 000000000000000010fb2d456bdd85e05dc50f98149244f7c81b387d46687cb9 0.75 MB 492 13
365,429 365,429 000000000000000004a7b2fce90b9c2115d813cf8520e10af45ffe5e8d907901 0.95 MB 1,172 31
365,428 365,428 00000000000000001210de27214e139a27c1ee8e68179b016a00d82d4fc7b5ac 0.93 MB 1,341 31
365,427 365,427 0000000000000000118a81e18eb154ace770e48f8c115538c10dc3910a1fc1fa 0.53 MB 1,066 43
365,426 365,426 00000000000000000a95bd407c3714d4fe3a95feada5a14c448290b71d72ec4a 1.00 MB 721 14
365,425 365,425 0000000000000000013a3244b073048655d067758dc17bed693f3a97ed87ce68 0.93 MB 1,795 43
365,424 365,424 0000000000000000138d1b8c92b13e606a8ccd99155fbc7f1101cfd8439aeb2c 1.00 MB 550 11
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.