Memory Pool Memory Pool Refreshing

2,424 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 2,419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (880,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,321 28,321 0000000032cfdf39823e865a1faab64d1a08065486b11cc308a6a71e98abb729 0.00 MB 1 0
28,320 28,320 00000000bf0a123e8615175523389b9a314b2656ba2a8c5fc458937994329bc5 0.00 MB 1 0
28,319 28,319 0000000008a5c86ffa17c4a7b7965eada2662392cb3c6b709688444f3d641d64 0.00 MB 1 0
28,318 28,318 00000000d5a50c0c32a847368e0a2ad9653b311a0b7337653d93e6167a84cbf4 0.00 MB 1 0
28,317 28,317 00000000025c664fe8499f12a15fc9181efd481dc55723d5938ee228c26ab005 0.00 MB 1 0
28,316 28,316 00000000fa0fc23a14477824e68e03367233a5aa31e4e78302b898873ee33473 0.00 MB 1 0
28,315 28,315 00000000d922b80f8fe05c0ec978a59d40823e179bb776de121a0864eeb92b7e 0.00 MB 1 0
28,314 28,314 00000000e382accae32fe8dff4affc232f510df287247d2cb6e2f897c3b0cc0f 0.00 MB 1 0
28,313 28,313 00000000a9523f75ccc8ceaa3ef2ccd6607fa4e4697c6754d3cdfa556b2e5441 0.00 MB 1 0
28,312 28,312 00000000db70a9c5aedfae19729a3c84579eff60047316a099e06601e5408d14 0.00 MB 1 0
28,311 28,311 00000000eb9dcff30a0f68824a8c2ac6706962a81679f724cf4f3e9f16ff7c03 0.00 MB 1 0
28,310 28,310 000000009401c14ee57147cb5851d1591c06dd9521647403e550aaeae0be86ab 0.00 MB 1 0
28,309 28,309 00000000f083a92b46ace469a8f05009e7c47ecb1f2d4e01b02b629249f351a9 0.00 MB 1 0
28,308 28,308 000000008f97a3d7b92f0d22950d5f267baa62d6c3e36d0bb43956367d7a905f 0.00 MB 1 0
28,307 28,307 000000008260d7740e6e5d19a7adefeebe72877f18a898f95728d056de1522f6 0.00 MB 1 0
28,306 28,306 000000000d47e91083d3901998e79624b7cb5373f6717fe97eedfe24cdbd68f4 0.00 MB 1 0
28,305 28,305 00000000299f649d660ef75ba50c6e4ef2e10b037b4b7bfec31626e1fa4c962b 0.00 MB 1 0
28,304 28,304 00000000f9d14bbfdc2c9835e377fde43904cad9f8ebb70f95a7338de0acfafd 0.00 MB 1 0
28,303 28,303 0000000049ba2f4cac935fec2e8159682a42b4858e16c925cdcfabe1ad993847 0.00 MB 1 0
28,302 28,302 000000007c8856efaeca6907277037845c0b582b42b5141acff367f41a558c1e 0.00 MB 1 0
28,301 28,301 00000000676de26b51fc2bddbb752d640e618f7e2c7f09b37222ec297d504662 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.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.