Memory Pool Memory Pool Refreshing

3,790 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,645 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,644 (900,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,821 7,821 0000000070594ab7669a36f0e6471f744847fc3d4e52a544d8d72bfe0daa5862 0.00 MB 1 0
7,820 7,820 00000000c8a136677d7bd4f07e8385a1119c387c0899290cf35150272edc054e 0.00 MB 1 0
7,819 7,819 00000000b0e6c4137cb9871d6475750ebf022740b9d2aec4f773ab4994b2d04f 0.00 MB 1 0
7,818 7,818 00000000098e472a1401580c6c70b59a709dc64f248cff7c427e543f8c504f95 0.00 MB 1 0
7,817 7,817 000000007bdbb5218bae7d92b6501db8d01f13fa60f615b820596c4ff598da78 0.00 MB 1 0
7,816 7,816 00000000185e7b91e06f79023ad63b8429e97cd61857ec7d6c8d29f19bb68a71 0.00 MB 1 0
7,815 7,815 00000000e30ac67f7c952ea9fa8ed9e0384b6546e70498b738a5ce5978134af8 0.00 MB 1 0
7,814 7,814 000000008ab64905a9d1934644de027e699ce7b161e9c6f50a2d9999ed0b7044 0.00 MB 1 0
7,813 7,813 00000000cd97ce214aeea3b53324568a1a2d4a79ee47f26d91cb81f1b6eebd3e 0.00 MB 1 0
7,812 7,812 000000009a825cd7403892c0060d12a818112777424950d6ef3c26cebce1451d 0.00 MB 1 0
7,811 7,811 00000000c6530d407106dcfa594fb4dbfcb506562966c0b50d837f5925a9366f 0.00 MB 1 0
7,810 7,810 000000000b3b468ac8093dc30297d657265a30cc850fac073ca59a3920e4ca8d 0.00 MB 1 0
7,809 7,809 000000000f665c18488be2c827809300097b0e457df4319d7b3b1f8e1e2a43d7 0.00 MB 1 0
7,808 7,808 00000000546ca3b52352d22a6934dcefdcaa38a9015614bd8fc30d5d4116d8ed 0.00 MB 1 0
7,807 7,807 00000000bc374f968c7c3ce479b9c4fa7badd7031f080c2b28ea2974678d254f 0.00 MB 1 0
7,806 7,806 00000000d7fefd2d5b9880c21848ee752dc407322a7d74752b670069575b52be 0.00 MB 1 0
7,805 7,805 000000004c7d1e71ab125cff19bec48a3b21f60063fdad6a44d8399d08b238cf 0.00 MB 1 0
7,804 7,804 0000000098b558c90ae999a09ebe7fb61b23d01e3a2d6fa9e204cab89d02df60 0.00 MB 1 0
7,803 7,803 00000000a783b17791529c67bc7c7398ef0fd86a5747d27920dab5583f903a1c 0.00 MB 1 0
7,802 7,802 000000007c7699978fc025e5b6b2b68f23523c08f8f6e70900133836992ecd27 0.00 MB 1 0
7,801 7,801 00000000547c975d1418ba51f5a154c01e7c3be2336db1bb54b911f1a5b0dfd2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,851.29 GB sent, 101.39 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.