Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,607 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (469,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,159 438,159 000000000000000003abde49afff8a6a2248d8365b06442e3fe7761843fdf703 1.00 MB 355 12
438,158 438,158 000000000000000001731a20c54b1e5d4409a0d61f3debdb183c99e796c5905b 0.84 MB 1,544 61
438,157 438,157 0000000000000000023137fc506a58c54ca8bd5f9cda617466f5c9a62339c12a 1.00 MB 2,651 74
438,156 438,156 0000000000000000012f5a194ecbb1695ca46e5aa1be1cf063a89ea236a672f7 0.85 MB 2,159 65
438,155 438,155 0000000000000000033441524c28bdd2da84ebc87e9667310f85d9d8ab46d811 0.31 MB 651 57
438,154 438,154 000000000000000003711f1d48452d98a1b4986a55dc434c6dc80a917e0ba89c 0.99 MB 1,803 46
438,153 438,153 00000000000000000061fd58a7dbdf1ce21efe47c7ef308590424c37393de03e 1.00 MB 2,880 79
438,152 438,152 000000000000000000ea52d60cfc838f6f0160ea0667e071ec2f2b595619893e 1.00 MB 2,309 69
438,151 438,151 000000000000000000436614f7bbe25339177cbb3fc0463154ce0e2effe24c50 0.17 MB 350 63
438,150 438,150 00000000000000000340f08517858ce09660a34c1bbfeb018664cbc769679ec3 0.71 MB 1,529 63
438,149 438,149 000000000000000000919d34d5207c7b41b070fda430f60b72f32990a8fb2cbe 0.67 MB 1,573 67
438,148 438,148 000000000000000002e1fa806532c254f662ebeb512c3a3f7a70c48a2d88606b 0.35 MB 762 60
438,147 438,147 000000000000000002d0c0c135f4d8ae59a18a6948ffba598cc6ae9e8c54b84c 0.98 MB 917 23
438,146 438,146 000000000000000003ca190807823b66bbcdda3c2888dd88ffa2581606ffd4f7 0.87 MB 1,589 57
438,145 438,145 0000000000000000008feaaeab5dc87f405c995cb9acc5d77361e68eeaf49795 1.00 MB 380 27
438,144 438,144 000000000000000000573b4f5da1df53af0fee4908f780f3a3cd4a0a6b606ebd 1.00 MB 562 32
438,143 438,143 00000000000000000388c557d3a484746b23f0511a514a2153398dafc9c9dcd1 1.00 MB 1,814 54
438,142 438,142 000000000000000002de55b0a0d30817311b3339b1caaac7879a82bb18121e6e 1.00 MB 1,758 72
438,141 438,141 00000000000000000143de6c240cda0719fb1116bbe1c9fadf22803e6a3e75a1 1.00 MB 1,650 38
438,140 438,140 000000000000000000708055356a2ee1218835049cde75e13f384bcb8c0b2d7a 1.00 MB 2,468 57
438,139 438,139 00000000000000000159c9cb7dbcf83efe908b5e2d142c047383f6905314ebbe 1.00 MB 2,112 55
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.