Memory Pool Memory Pool Refreshing

6,042 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (6,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,413 901,413 00000000000000000001d416b06631f3142fd07e19df3340a83b89a524de9883 1.80 MB 2,608 2
901,412 901,412 00000000000000000000ab285106a72c67cbe56d43f4a850fb33e2e24e69e9d0 1.59 MB 3,022 5
901,411 901,411 00000000000000000000b9835b0d08d487a096c0b27fb2b07d992ec7209c89bb 1.65 MB 3,073 3
901,410 901,410 000000000000000000016284debdb504c43680cc1d8c4c6830e3270c995d36ae 1.14 MB 1,903 1
901,409 901,409 00000000000000000000a8f6e35d44d49ad9f490defe82d3a02d215b286b59cf 1.69 MB 3,139 3
901,408 901,408 00000000000000000000cc6cee7a26be5efaee84375161087fb4e87294827a32 0.82 MB 1,186 2
901,407 901,407 0000000000000000000048b10ad3d7ce8a68068efe6fe265e1095ab1f29c5cda 1.49 MB 2,873 2
901,406 901,406 0000000000000000000150d86de31a0d84f4f7e4e5301649e003a449a1b6b09d 1.64 MB 3,175 2
901,405 901,405 00000000000000000001ecbcec931486707d695d10ec11176ff93f93ce8f2708 0.54 MB 1,133 2
901,404 901,404 00000000000000000000b301b0c471ca1969fee22fab6eacadf27006e7467c99 0.35 MB 720 1
901,403 901,403 00000000000000000001db4c2dfee33521a7f47afb632d05afdfa54a79d207b2 1.61 MB 3,412 3
901,402 901,402 00000000000000000000d1b4be0a4637930885017b5bc8f117ed81fcfbbb8943 0.94 MB 1,608 1
901,401 901,401 000000000000000000022c5fd61db952a6e4031677e3e075f1dd09bda9195aaa 1.61 MB 3,699 3
901,400 901,400 000000000000000000003c230cb93e5f27892f087c61d13bd1ac3cc7d4b64fc2 0.94 MB 686 3
901,399 901,399 0000000000000000000106b9d1598bdb7d9991d68d8bee3a9850fe862eeea135 0.91 MB 1,770 1
901,398 901,398 000000000000000000004aa0b00038fef3a49c8b29b379abcc254b4f3f62317d 0.94 MB 1,731 1
901,397 901,397 000000000000000000000687bc9195f921d094aed0b1b7dcba596b40f0bf1fbe 1.84 MB 3,033 2
901,396 901,396 0000000000000000000184a8a7a299ba2a760567eed6a623f7d8be4b647b6715 1.73 MB 3,317 1
901,395 901,395 00000000000000000000ce2d8487f4eefbe95bed961bec5a8d90f732012ac722 1.70 MB 4,265 2
901,394 901,394 000000000000000000006b67b60d19106e1fe5c438f95bee7c74c7ee217220d7 1.70 MB 3,949 2
901,393 901,393 00000000000000000000a5d11e5b90a8feb06efa3f8e716f298891a85481a73f 1.33 MB 2,426 2
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.