Memory Pool Memory Pool Refreshing

3,129 transactions
14.71 vMB
Show Random Selection Loading Transactions
Max Size: 61/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,302 (855,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,876 52,876 0000000006a6b9dd0aabc9f7b2fdde6ec8b193ba171a1a87f2a9ec2ce65d22bb 0.00 MB 1 0
52,875 52,875 0000000004e954e7011ba7b5f1707f044278afab2820b1991206423db8e291b1 0.00 MB 1 0
52,874 52,874 0000000009c2988ef6fe89216fcf95cf45b1f9efb3fe8d82cf4d8325fef810e6 0.00 MB 2 0
52,873 52,873 0000000013ad23d4db554653f983b62380ac28d70621356305a08dc696a29f92 0.00 MB 1 0
52,872 52,872 0000000007abd485619c6e94eb5aa23f9a4875521250ae8a3ef0e098b362041e 0.00 MB 1 0
52,871 52,871 000000000a09d79b4189165228d85b37f2e2852526eded8a16dbe9ca4f032e06 0.00 MB 1 0
52,870 52,870 0000000002625b01a567f4b54513f44bf144227b97f0ee1904bc7ac39cc84faf 0.00 MB 1 0
52,869 52,869 00000000035cf569221b6ffa49cc8aed7ce5b370892bfff962f0bc318753b839 0.00 MB 1 0
52,868 52,868 000000000987b64834e35ef62f038879697241d6557df3846ac02ff8bcda30dc 0.00 MB 2 0
52,867 52,867 000000000ab2e94abf19f7d99994d8e4c0bdc6175bfb9544743c0ea3881f4e2a 0.00 MB 1 0
52,866 52,866 00000000092819d1f75ac0ed886666520077d66a4f612d4f8b991275d8f43ac9 0.00 MB 1 0
52,865 52,865 0000000003077baf0505d4f78bf581dd58273a0e5b85d7dc29b51e2f0d1e59a1 0.00 MB 1 0
52,864 52,864 0000000015ec00b8fc4ab90ece7ad82c7cffd164a5517e6fd8b6d85059decdf6 0.00 MB 1 0
52,863 52,863 0000000009122c82ede340fd3d3bcbfc6b3b10dd637b495e3bfabbd9f8cb6456 0.00 MB 1 0
52,862 52,862 000000000f553e6616cf644d4eb45b611c1e181fe6bed35f4a5fabecf1c65691 0.00 MB 1 0
52,861 52,861 0000000005c4dff8709b3c61b5e26bf4cb77562015ce996fcd8869237fa78f23 0.00 MB 1 0
52,860 52,860 0000000002c94fa8cdf0291341eb59dce6b13cb7394a3e7b0a47de055fe82de1 0.00 MB 1 0
52,859 52,859 0000000007e401ddffff2dcde12e81af5501e18a4df8ca28b0ed310924f21f12 0.00 MB 1 0
52,858 52,858 000000001088f7eff8536b6fbe1df580e881dd8185c22dbf44b26acd366a9fac 0.00 MB 1 0
52,857 52,857 0000000009236aa27839076c58c1fbaed63d81a24b3ce15db27cbaee6e5d27d6 0.00 MB 1 0
52,856 52,856 000000000cbc93e06fe124ebbef6ff037c739ccfd32bb236ad05e512c58cc54b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.34 GB sent, 98.49 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.