Memory Pool Memory Pool Refreshing

809 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 794 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (852,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,982 55,982 0000000008d4e18628f26b45abc50b91bf8d076e63fc7c2a6f8a93155305a4fc 0.00 MB 1 0
55,981 55,981 000000000773d7882edb8db2119c9eaab05031edee8666de042fca200ab9e7ec 0.00 MB 1 0
55,980 55,980 00000000103c406d4dfee3c912dbed7fade08a020178ddca8afc05e248bc6ab6 0.00 MB 1 0
55,979 55,979 000000000457ce44935ba610799a122714a90dd6b0b07621cec8bb9d85bd8137 0.00 MB 3 0
55,978 55,978 0000000003103fb8eeb3f104e2232051dc51849c10212595622f2c63e41e9aad 0.00 MB 1 0
55,977 55,977 00000000010db17101e2bd190da5be306985933397a353d6b767f131f27801c8 0.00 MB 2 0
55,976 55,976 0000000002fb3f19eabc133d3a71e7902b5295fb8c10d9b6f9301720b0486383 0.00 MB 2 0
55,975 55,975 000000000c29f7798d1c0a134b9ce871c9d1c38ecf7facf2c93a951e6f060969 0.00 MB 1 0
55,974 55,974 000000000859b3f9fbf5d8fd435bfeff1f4fca657de80c23a62ab29fbfe13516 0.00 MB 2 0
55,973 55,973 000000000562ac99160aa98beec8b59d6b18400d5988c4d5d6293331aa54067a 0.00 MB 1 0
55,972 55,972 0000000009227b397da2056a6c3c4c80bed52df08dcbaf541b81e7e968debd70 0.00 MB 1 0
55,971 55,971 000000000c41313c3965a3c04358fd6113ac4f049892368176c847033215eb35 0.00 MB 1 0
55,970 55,970 000000000ca0145d6b75fa0fb05fd4c3f7925cb3feea812044bdc9d8b4ad4b5e 0.00 MB 1 0
55,969 55,969 000000000f7959c150213278dee1cdc30dbf54a4bf8bc4f8f6d9dd9adf8083fc 0.00 MB 1 0
55,968 55,968 000000000aedd8f9f1f764a793adfde22cd4e730631a1179367bbfa2fd99c41e 0.00 MB 2 0
55,967 55,967 000000000c44bafd53bfcf396b64d0e6f018188981b88854dcfb454f5823226f 0.00 MB 1 0
55,966 55,966 000000000b5de700b5cdf9d1b32d3c9ce340d35eac56474bf2f44b5603a0a0a0 0.00 MB 1 0
55,965 55,965 0000000008bbbdc3e9b6442b69827f56a9658319b418e1c7af92ad56a6fa4971 0.00 MB 1 0
55,964 55,964 00000000114eff3c3603ccf3eb012bcbc30fe8636d63a97609969ebf57908b23 0.00 MB 1 0
55,963 55,963 000000000bbb5ba00ed379d78934c21b2d675b6d0fb483fdda808f664d0de311 0.00 MB 1 0
55,962 55,962 00000000003dbc04bf73763f87ed8e631fc5a1faa4816eab3c84b93a1db51390 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.91 GB sent, 98.21 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.