Memory Pool Memory Pool Refreshing

2,529 transactions
14.50 vMB
Show Random Selection Loading Transactions
Max Size: 59/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (881,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,230 27,230 000000004b14c6314aaeeae2aea4cc9140e6066ef0b05c47eaefc29f90060b1b 0.00 MB 1 0
27,229 27,229 00000000644570b85790bec74b6417af86ae7587114e000bbde17c2985be8fbc 0.00 MB 1 0
27,228 27,228 00000000e9bb67bf7bae8b4628b46bbde52ee6eed12f725df29a34e7c147b23c 0.00 MB 1 0
27,227 27,227 0000000050727a0b6332205ab20184d058b76fefcf0f2993d1db4ac5c3eb81ad 0.00 MB 1 0
27,226 27,226 0000000042da84bd7551474ec4d891c64083deb91b1b5c2b81e36e94713bd191 0.00 MB 1 0
27,225 27,225 000000008cedff9f78b8b986909050aed42717f3867df887aca8a0692e29f1ae 0.00 MB 1 0
27,224 27,224 0000000083a465851212c35331b25b161d32c86c9b751c603c2932a09f4dc2c5 0.00 MB 1 0
27,223 27,223 00000000d0999ef6270fb116ec1495ad6b7707244f1ce38ab59a535c85ffa90c 0.00 MB 1 0
27,222 27,222 00000000f334599b32cee4f6d76ea9966542c00f4fc346f069e5cbb28b2acbd3 0.00 MB 1 0
27,221 27,221 000000002f585322bd7d94290b6c1d9dc4999e2608176a0ca5da2906b6d47793 0.00 MB 1 0
27,220 27,220 00000000811b661dd2eb6a241e6ca7f8806a6c37588e88fe962a4d51ddce3358 0.00 MB 1 0
27,219 27,219 00000000e48391d50636f3111dc08baaa617138c3d597abddd1b9cbfaf6c7ec0 0.00 MB 1 0
27,218 27,218 000000008cc42afc3fe309fbe9e68a8f38204395aa2f73ba88e07a30cbc906b4 0.00 MB 1 0
27,217 27,217 00000000e454d14900e05bc0125aef369c3c7eb3d77cb535a187dd07c0a25044 0.00 MB 1 0
27,216 27,216 00000000b4261601a44f0ded495b49f7da6c0ac0f858f292e269fbbfebd566cb 0.00 MB 1 0
27,215 27,215 00000000f006dd992e1a78feb812e2d88ee2dddd9cd35c44f8e4e6c2746f9e84 0.00 MB 1 0
27,214 27,214 00000000c1f183903c9bc9f932364a4c17b8585602961fc5a4e112b257184593 0.00 MB 1 0
27,213 27,213 00000000dedd3f66b180b7f6d31bc895531d042265fb7f4654407b020e6fe1a3 0.00 MB 1 0
27,212 27,212 00000000bb71fdcbc6a794718092f261e4054b2abfb8c9ba598e9a61aa4e5dc7 0.00 MB 1 0
27,211 27,211 00000000559ac73e715e223e9ce5b2a5e8b1131175205dbb7590c39b4f711c90 0.00 MB 1 0
27,210 27,210 000000002961181713b47bfcc9f395aeea610227030f137b6ce6a1244e1c6e6a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.29 GB sent, 98.48 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.