Memory Pool Memory Pool Refreshing

5,860 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (602,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,128 305,128 00000000000000002253e5ecb0d03f33df8d35b8ba68bee78117aadf3decb8de 0.12 MB 236 23
305,127 305,127 000000000000000010e86dd228d1c90bd6f40e7e31736e286ee083f9201c7ca9 0.26 MB 328 24
305,126 305,126 000000000000000033de5a7ef388eb7d3309d78a7f92771fe52b2189b7cca8cd 0.19 MB 348 29
305,125 305,125 000000000000000009f117d18f6464228fef034df3ec1c901de35cdf7f384a63 0.24 MB 512 32
305,124 305,124 000000000000000013d729467ab5ace5dd2f8d187c51501200e6f695494ad763 0.12 MB 69 18
305,123 305,123 00000000000000005b78147eace4e9b6c50ac1e94b4c4f7a7df18967694955f9 0.35 MB 836 37
305,122 305,122 000000000000000007d5bc62872a31e7a322b6ef94d57cec3b290522c758829d 0.35 MB 707 32
305,121 305,121 000000000000000008889760d1279ca0dab9081862c501966c7ec0998dcc569d 0.11 MB 274 34
305,120 305,120 00000000000000003abf37396cf0448e3ff6a017729e458727c1163fe87d9022 0.04 MB 112 38
305,119 305,119 00000000000000000412f2a9db9d2b46874757f5a574fc1e1815579f637226b5 0.28 MB 554 35
305,118 305,118 000000000000000042c0ad27894f1fdc264d0ddec7f4f57562a2588f3b66adf3 0.22 MB 466 32
305,117 305,117 0000000000000000232d4a3a7328e4ffe9961abfc4b99b0a6126c40f49f3abf8 0.15 MB 304 32
305,116 305,116 000000000000000014505a7ef4a6bc7ab6bfe942f35912766c9a48ecfd1d3255 0.07 MB 44 11
305,115 305,115 00000000000000003be713c3baf61b5d386abb352e7cd7b93d2e65681b473bc2 0.04 MB 93 35
305,114 305,114 00000000000000001020d9bc895edf7a8f15990c262d9e5f27ee84f34952d5fe 0.23 MB 382 26
305,113 305,113 00000000000000004b629e9e4db8d7356fa289caf81d06dc0b424fd8215131e0 0.00 MB 1 0
305,112 305,112 000000000000000004e585911fc333966a889047a768ebf860c09a68379dfd1d 0.35 MB 893 38
305,111 305,111 000000000000000011018f6c31d06e53bcb14fb8448107a7b58b9d498dcbdb51 0.06 MB 57 11
305,110 305,110 000000000000000041d1c333e65b0aa5f42a725b458a756a70c710746f2bf49e 0.17 MB 265 22
305,109 305,109 000000000000000049537ba1fb9908624cebc9a4693083e45342d73aca0fe54d 0.55 MB 831 59
305,108 305,108 000000000000000052552c35a6bb164c8a46c9b2490f51dc677e0aced355de16 0.17 MB 134 13
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.