Memory Pool Memory Pool Refreshing

2,336 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,750 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (748,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,783 159,783 00000000000008f9b30e8bbcd496ab127d6e3affe0b91284f08b1de35da4d297 0.00 MB 4 70
159,782 159,782 00000000000004956e9e1f1447ec4d68e6eec4ff33313ca41bae0dffb74ffe7d 0.00 MB 9 45
159,781 159,781 0000000000000b413eac80511d138940feb6d3272912b0800b2f4feb4e3e3551 0.00 MB 9 91
159,780 159,780 0000000000000b1af1a4de55c7f6611b27efa90a137451718ee5104a1c8c7eb5 0.00 MB 11 371
159,779 159,779 0000000000000012871c84bacfa833d0cbfb029035356bdf9296885732b14c98 0.01 MB 27 81
159,778 159,778 0000000000000b3bc281d6ea939ad54272025f93d896dad08942f3c0c7252990 0.01 MB 15 195
159,777 159,777 0000000000000ac707d69e1dbf246ae9b1d1182f799634af4833c72c4941569f 0.02 MB 91 13
159,776 159,776 0000000000000d34243038242ed46e3f2bdc5099e59aba0e3f0034015e3fd9d9 0.00 MB 1 0
159,775 159,775 0000000000000a4a8ddacd8858f4b2d7aa1944f25a19a8ee3f342c49e6523007 0.02 MB 43 205
159,774 159,774 000000000000049b8432a8516e01a71aa3d69659bb29291c36f22ef0866b2367 0.00 MB 4 0
159,773 159,773 0000000000000498b94e8298a91a10a5bd13cdc4f640395462d9d79112a65a10 0.01 MB 17 784
159,772 159,772 0000000000000708ea9a4783d17d562af9ea56717901dad131dc35f3df094f7f 0.02 MB 38 340
159,771 159,771 000000000000054e2a3015d3761be5d23d20ed1a6ad9a5b988e19ede96024290 0.01 MB 14 0
159,770 159,770 0000000000000c1690515b7b44c992228b1efd6d14ed3c5ab31545ebffee1e85 0.00 MB 7 27
159,769 159,769 0000000000000d8505c5c38a149cb124e8e36050f7d4b8d1459838b859fe06c4 0.00 MB 12 108
159,768 159,768 0000000000000218ba99a3b7de18b8cca75b9cf856d3630c4ff74e34fa1cba53 0.03 MB 94 33
159,767 159,767 0000000000000e0067858f733abdb905944ae1f143a75c8053a4abf6d4f03019 0.00 MB 11 0
159,766 159,766 0000000000000ac5398dc40acd6215b7b009447dd26b9c03612feaf647ed21ac 0.04 MB 61 157
159,765 159,765 0000000000000b7309bae1ee2e0fc912f7d16f2d1e128f025b9a61aa8d9b4af9 0.04 MB 64 91
159,764 159,764 0000000000000d6e2d045ca518680c4854c69701c099eb6f639a2206495b02da 0.01 MB 16 0
159,763 159,763 0000000000000cb2ef912ce7f3451825b57a54180e5a204a000a72bc666c576b 0.00 MB 12 211
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.67 GB sent, 94.44 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.