Memory Pool Memory Pool Refreshing

657 transactions
17.75 vMB
Show Random Selection Loading Transactions
Max Size: 71/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,306 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 479 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,305 (836,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,071 72,071 000000000086e8ca0643934bf8defd2571ce244bfc95654575596f7ce9f22e9b 0.00 MB 1 0
72,070 72,070 00000000002d21f65d694cd81f8afb4891bd39dfb580430a6c7ef97d7a6b2af3 0.00 MB 1 0
72,069 72,069 0000000000028c5e0c76dfe90bf9ec554d6af69e9d846ad33cafadb83c71a374 0.00 MB 1 0
72,068 72,068 000000000094d1b1a62f6f616943c4384a07ac5d3e1c32d2a9076fb4dceec024 0.00 MB 1 0
72,067 72,067 0000000000197289e28616d32a04a2a39f877b308cf9ca93796f5f5908c322f2 0.00 MB 1 0
72,066 72,066 00000000000f07b9bb099250c2e5259d7d95fb1bbeabfd683a28be9b39a47429 0.00 MB 1 0
72,065 72,065 00000000008855c18227e49e9b27a5e3bea13ce78cd1b2a73fa56e423e3939cf 0.00 MB 1 0
72,064 72,064 0000000000e86a28cc47901855b6ab8b813f5cc2ad1a4d11a91cf904a6179f81 0.00 MB 3 0
72,063 72,063 0000000000c5bb305c22e8100c92b86c317697db401c005e8ec1c7a6cc2ee27e 0.00 MB 1 0
72,062 72,062 0000000000149c41629ee3f4fdec82a6b04201a113362558effe9e83073b12dc 0.00 MB 1 0
72,061 72,061 00000000001bf774a5954fabe407ed7d40796e7bb07e8bd51697005430f9ecbb 0.00 MB 1 0
72,060 72,060 000000000073083f29dd12c058df6c5528af3d032cf670910b6c6de81de89931 0.00 MB 1 0
72,059 72,059 00000000001e913ecbe723e019458029e8f9fe3bef044340aa1018afc615db6d 0.00 MB 1 0
72,058 72,058 0000000000e347cb9ca265f25fb61b689a44219dc82daafbdcea8749561103d7 0.00 MB 4 0
72,057 72,057 00000000007efb23397e7db471d948fae6dd714717164c42a03339ec338b6f6b 0.00 MB 1 0
72,056 72,056 0000000000d9259eb026a44bb680f1cea56033b7e0a92f396afd74c83fbb8677 0.00 MB 1 0
72,055 72,055 000000000032668f831fd7153ba55f447a8720faf86fd5bfdf7f25c185af1026 0.00 MB 2 0
72,054 72,054 0000000000a4c5babd80cba5a0ebfcb44a1c6e6e85634a6aa80a1c17b98520a7 0.00 MB 2 0
72,053 72,053 0000000000f721e8f6961557bae21a2006e84f60344a0cf1e5e4787ed85a9723 0.00 MB 1 0
72,052 72,052 00000000000539f3039b291ac81d3c8be49dd112b58b741d251e109ca063b471 0.00 MB 8 0
72,051 72,051 0000000000facb4531d1d76608a59a81b6f54714ee2440fd99a83f87a994934c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.88 GB sent, 98.52 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.