Memory Pool Memory Pool Refreshing

2,066 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,148 (806,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,572 101,572 000000000000f002eb3d0558bcdc8375f22356af8ec78997407b557326ba5fa0 0.00 MB 14 0
101,571 101,571 0000000000017668e75d67bc9ad60fd31f78da71fd1fa97f27c3944a9178aae6 0.00 MB 13 0
101,570 101,570 000000000001de65de8e43eff580104fe03a77950fc1c7c330f4105dd07f3dfe 0.00 MB 12 0
101,569 101,569 000000000001b9e69d311f23a2875ed3a52812d92877389d84f6990c2cc6c9cc 0.00 MB 13 0
101,568 101,568 0000000000007bb937c662e986fa1b707e21dfc764fe7ef1c479ce3267063e20 0.00 MB 9 0
101,567 101,567 00000000000278f8551ffc54b7748b110fd5d619408c155e7fba41813294e710 0.00 MB 1 0
101,566 101,566 000000000001940ad33b7e5b7a3e11f4a61629157f1e0737995df5b1bedbd91d 0.00 MB 2 0
101,565 101,565 00000000000252d007b7983febb466bcf811b26bb75c7121f8f71e5968493d10 0.00 MB 3 0
101,564 101,564 0000000000002ec5f59dec46b0ea070ae6fced0bb56e25b4df20d8662f9408a6 0.00 MB 1 0
101,563 101,563 00000000000270102536932297b27dad66eae6e4806f229c4763bdda443a39a1 0.00 MB 1 0
101,562 101,562 0000000000014964b793ea2783bd829052c6cd5312b438369dc11aa99152a840 0.00 MB 2 0
101,561 101,561 0000000000037f742eb534761f061ddd598bf178f4e9433d32f17541a99996fa 0.00 MB 3 0
101,560 101,560 000000000003431f5dec3138739244f49f2d5c0ae770796e5bc2c0a315051a0f 0.00 MB 5 0
101,559 101,559 000000000003860090b0f664b49733f90fbc3a9c35a86dfa14e80b959e707eff 0.00 MB 2 0
101,558 101,558 00000000000316caed0dd8bf1243d9506833ac272cca5d755cc158aa11f40b7e 0.00 MB 2 0
101,557 101,557 0000000000008c3684cf04100461db266b6426f8ed151fdcb01cab1ba910a691 0.00 MB 1 0
101,556 101,556 000000000003168bb89decdad1ee84676a10b1bcc7c37d0b7de5f8b983e6fb47 0.00 MB 2 0
101,555 101,555 0000000000032e78ed7a2add0cf41aa7f7caeca19e87eebc5d998056b02a0df9 0.00 MB 2 0
101,554 101,554 00000000000081774f10af24e2e5856500bca1478b5e4cde724bfec64219e413 0.00 MB 6 0
101,553 101,553 00000000000313a10402e6d349e66f1e81ad1465559f526a4c9ca9b5e4829922 0.00 MB 12 0
101,552 101,552 000000000002d008daf01be81783cd398174d5b0dba7efc40df672165664bae7 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.65 GB sent, 97.02 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.