Memory Pool Memory Pool Refreshing

7,126 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,853 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (794,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,033 113,033 000000000000c1d0f731322573e127716888161d486db539ff43f51f8982fb36 0.00 MB 8 0
113,032 113,032 0000000000001e9f4a490747d5a14bd0fba8c65907caf3d5d7dc8f4542951dbb 0.00 MB 5 0
113,031 113,031 000000000000432e8b6b7da767812a9b83fb5d8f93e07ab921e2276a5af36b35 0.00 MB 8 0
113,030 113,030 00000000000000cf74e3896b9baffdca1e37ac8c1b40d8039e0a3eb2f48aef26 0.00 MB 10 882
113,029 113,029 0000000000001409e24d462bf850de5afbc545a994edadbcce431efc2e5eed17 0.00 MB 14 938
113,028 113,028 000000000000632caa414dbd1ad81390a7fa94c4a7a644a2a127653a9afc8e94 0.00 MB 9 579
113,027 113,027 00000000000075514a0ee513127c1cad2e3288180624e3a302241c56e7a4f5ec 0.00 MB 6 0
113,026 113,026 00000000000019527d324111973bd1a57aa91b23d6133fec35a871bc5fcd9fda 0.00 MB 3 0
113,025 113,025 000000000000d0b1b683cf8ecd062b671ef163d7d0db5d5991428077fadf7c78 0.01 MB 33 386
113,024 113,024 000000000000b762db70d92461b1b9647bb13a6143949c1af77e6556b33b413f 0.00 MB 3 2,877
113,023 113,023 0000000000001cd48f163d29167957dbcd4dfebab78ad2d6dce93ea517790ece 0.01 MB 39 0
113,022 113,022 0000000000004ffbd47f56a59eec65fabfd16646b1a3dfb8e959c5df9b884dc0 0.00 MB 8 0
113,021 113,021 00000000000083da1f01e7dd8eb97281bab00dbb2f4320b78cd687789454aea9 0.01 MB 16 568
113,020 113,020 00000000000040404583c5f9e6c4237e95a0b613865d08ed819334dc1a0d8708 0.01 MB 25 433
113,019 113,019 0000000000003d22c7688cc2c359a657c6553fe163d0bd2c451d946527253ba0 0.00 MB 9 372
113,018 113,018 0000000000005947bba3fb07095c32d04278ccf19ae53d21e3a94ebb28473739 0.01 MB 19 90
113,017 113,017 0000000000009031f2921e5ea23f56e771d1ab083892529b61748626b1b9f55d 0.00 MB 1 0
113,016 113,016 0000000000009782134d75cf0eb8ccd221db509e5768ba200e600c57e02390a1 0.00 MB 4 0
113,015 113,015 000000000000b1fdb511f8167d356abe686642b4b4319b27135ec6145c7714bc 0.00 MB 5 1,211
113,014 113,014 000000000000af8b5ae9f4bc893b703597d6f8d426e21036dead479e11b19765 0.00 MB 3 0
113,013 113,013 00000000000007b301ce50d96223a9baa11d0d8cc2ebbfc9407cbb0174052cfa 0.00 MB 11 1,173
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.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.