Memory Pool Memory Pool Refreshing

3,361 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,019 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (746,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,703 161,703 0000000000000b89ea2dc078b0f0e46f4c8d739043edab6c689720ce55c100d3 0.00 MB 8 55
161,702 161,702 00000000000006c9902528db25517474ece88610312e0495a26b573fa6a1ad39 0.01 MB 23 140
161,701 161,701 0000000000000c3bb6e90363bab1d02af6566fca383cb40d8a580c171f422272 0.01 MB 30 30
161,700 161,700 0000000000000751c3c4d82da008410ecab6fd78044e845ee40d1cb0782b1fe4 0.01 MB 22 8
161,699 161,699 0000000000000be6c0dadd8876602646b81020197950efd9c3539ac1b543ce71 0.00 MB 8 108
161,698 161,698 00000000000002f65c505e50b9f67b01573cd9cd5b645070ae0ada10df0684ab 0.02 MB 45 104
161,697 161,697 0000000000000a4c31c861548991bfc6daa5a0811379ed217b9b6d980ebebcf6 0.01 MB 14 88
161,696 161,696 0000000000000d08420db340a45f948fe72d86c9ce0b88ac36a308feaab1cc07 0.04 MB 76 168
161,695 161,695 0000000000000a7f6c6bd248f9b8335543e049c2d2bb0f8370db954be2ec377a 0.05 MB 111 37
161,694 161,694 0000000000000373db03efba24d12e4066c4e6b8e3955e3bd03c1dc6f40de46c 0.02 MB 26 54
161,693 161,693 000000000000095f31123563d9707c19f20449ea35cb1f655bfb29abe5be362a 0.01 MB 19 178
161,692 161,692 00000000000009aa5667bdca8cb96f38feffdbda5409e4c9d90c5d00d4dfc838 0.00 MB 11 68
161,691 161,691 0000000000000039d804a9b294a70ce77e226523677b47caae640bbe9bffda09 0.02 MB 29 117
161,690 161,690 00000000000001718eba3beef6d95938e1bfb074ee29f6b00be92f91e3f5ba83 0.01 MB 18 58
161,689 161,689 000000000000065918fde2cf678db66f8671f906dc3ca9a185e26a5e65b5bd67 0.01 MB 23 80
161,688 161,688 00000000000006413e877a040367a27dfe7615a2a4b78bb124d16eb95c294cff 0.04 MB 70 59
161,687 161,687 000000000000018fa61b4337d0299c433f455c0eeffc788132057af6b239b20f 0.04 MB 53 87
161,686 161,686 000000000000019c68bbec844c8a0076e07fa6abffe60721933c78215d843c32 0.01 MB 12 75
161,685 161,685 00000000000003cf3e90d74f5558c89e2ed8c68872411cb1545ce8d90c17ce57 0.00 MB 7 78
161,684 161,684 00000000000003ad49a396ba06cc0b102003e4a7701f80c60968de8f5c20e53f 0.02 MB 71 15
161,683 161,683 0000000000000390c66d9b729812be1aab011d7262262b1f3ebca42df11a95cc 0.02 MB 50 144
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.60 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.