Memory Pool Memory Pool Refreshing

2,145 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,822 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,115 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (602,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
305,107 305,107 000000000000000019bf7e0f28f597a7d203c7749fa0e20cb990ae48f8878d4e 0.00 MB 1 0
305,106 305,106 000000000000000013765c3ef16e848cd05006e8731f11e75e481e908413d6cc 0.35 MB 394 17
305,105 305,105 000000000000000024978f70c465bc89c2b89389260ab9190cb1b24a1213814f 0.50 MB 1,016 31
305,104 305,104 00000000000000000a4982c0253b4b764a50756032bbe4e8f89c4d0eb6f0bb12 0.35 MB 811 37
305,103 305,103 0000000000000000376cbf007ac74d1e3037ccecb18bdab0502639ac7f5857f7 0.00 MB 12 30
305,102 305,102 00000000000000002d22ebf0ef1bae82d3aca50ee5bd67cf90d5f01b2354746f 0.02 MB 46 26
305,101 305,101 00000000000000004536cd23d89798363520419e4ab050a7c6f5785ca0e2aadd 0.02 MB 52 49
Previous 10 blocks ↓
Total Size: 769.20 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,634.10 GB sent, 93.95 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.