Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (809,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,221 98,221 0000000000001988adfed9ddb167eca726388d0bdc99052c05213fd2cb0f78df 0.00 MB 1 0
98,220 98,220 00000000000485526b260d9abc627fbfe7295ed028e63758b3e274a9f0b1851b 0.00 MB 1 0
98,219 98,219 000000000002c1103c4435cd86be20f012f86402fe4843f142675f7d291f52da 0.00 MB 3 0
98,218 98,218 0000000000048a466c176a923693208d57fe7a8a651e0cc5f13dd9ec1ce1876d 0.00 MB 3 0
98,217 98,217 0000000000009c3e3846fab690c3559c8829ae82e26fba7f814bce8b4634c910 0.00 MB 1 0
98,216 98,216 0000000000052818e0cf39fccd211483bb0dd54efcffd1491d28a2702b743622 0.00 MB 4 1,048
98,215 98,215 000000000003779438cb3d343191bb6a487c0a1007c0c62b27dd28c6b20732f1 0.00 MB 3 0
98,214 98,214 000000000002da50b680eb536ddf41da706944bb9c62148d30db350c06286e25 0.00 MB 1 0
98,213 98,213 000000000004b4b699e6859ea1c18d0d456e530a9f710de2480cd06a233d79d3 0.00 MB 2 0
98,212 98,212 000000000002b9e4eae9338a4c45df69ca493f03cbb1f27e11ab8c43b0554399 0.00 MB 2 0
98,211 98,211 0000000000034418fdf0a6ff9766c16c724cb519e8e3f8dd9e651361a1a9e8bf 0.00 MB 4 0
98,210 98,210 0000000000046244dc3ab4aa50f5c882ef549123c1ce41f08aa31c5d2785902a 0.00 MB 3 0
98,209 98,209 00000000000063707f762ec36944dc20c515b3dee7db8faf8d9a78f18366c0a3 0.00 MB 5 0
98,208 98,208 0000000000040764a51388d88ea4078729743a6547760a3c2ca1e6aa1ba38677 0.00 MB 1 0
98,207 98,207 000000000000fbfb8c50d2443c13916acd9dbad4130ecfc50c0fc1d8e2883983 0.00 MB 1 0
98,206 98,206 0000000000019f9b9a8652b21cbbf9511adfa172457cd2c0610fa83c179911f3 0.00 MB 4 0
98,205 98,205 000000000003da1b2263f8a4a9fea378a0dd402f00d401c84f15e8258f969fef 0.00 MB 1 0
98,204 98,204 0000000000009b53a9705e9ed556344a5cd004891505d064296ba26e14d69d75 0.00 MB 3 0
98,203 98,203 00000000000098db689f1a0d4026e37549b8ca72e52b6dae024436522565e8da 0.00 MB 1 0
98,202 98,202 00000000000178237d5c1bfe402b98d20fcb218416cf473e22ec91ee8c6cc783 0.00 MB 1 0
98,201 98,201 0000000000010850224a28a9cb19610d3e68b4384176d0e117dda38e624d4560 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.