Memory Pool Memory Pool Refreshing

1,307 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (894,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,071 14,071 0000000003789a8b1d76d7e5e6ecca0a1f641e3fb0af14e0d908f753c958d4b2 0.00 MB 1 0
14,070 14,070 00000000b9187eb77c8fd677f2159ee71f20cd1daf857680faf5ccfb70ec2ef5 0.00 MB 1 0
14,069 14,069 00000000d65a7c571e2b046f28501d7159a3467587449c9620d2e73d8d62168f 0.00 MB 1 0
14,068 14,068 000000004c681e4b970a93c4a8c2e3854691a98955ed23a85367cbe881f5dbf2 0.00 MB 1 0
14,067 14,067 000000003beeddb2c86afa47a9e683aee3a4c7801fa50f6a4649c2ba1c84b723 0.00 MB 1 0
14,066 14,066 00000000c7c443754e7d49e4003e7a91c789067e9868c3f78ea6ab89dee7c7c9 0.00 MB 1 0
14,065 14,065 0000000009228312a26a45319ea30db54a945434cdcbfde19f7a86c04b7c3f4e 0.00 MB 1 0
14,064 14,064 00000000395aa013722ecc68a89cabfbb17baf419b3ed0e3e5b6bc2baeaa00b0 0.00 MB 1 0
14,063 14,063 00000000727a38f1242f309599e0d730b9f85f27a580f9b568171a6de563d389 0.00 MB 1 0
14,062 14,062 00000000149dcc5f1ff00f6736665094a21706fdf3d3911937d2f10bd96605ad 0.00 MB 1 0
14,061 14,061 00000000bcb41b7deeb6f232c7082e8343d0b9feebd5a73e5d26935d2126a609 0.00 MB 1 0
14,060 14,060 00000000e4b344dfe82d1826fc6d2178b35b2ab3665921a0967afd7d386685ee 0.00 MB 1 0
14,059 14,059 00000000c27b4bbd779e25da7fa52d819ad53d214a864415f1b8ada6eb525953 0.00 MB 1 0
14,058 14,058 000000000ce9e9723d61b03a4eeff2da172bb3e3b249da3fbb0ab377861b9373 0.00 MB 1 0
14,057 14,057 000000008886a0974f95afa40ed5014f1a23428bc74fbcdc5b6dbb486702541a 0.00 MB 1 0
14,056 14,056 000000003cd51aa33be4d2e32dcb0f20f4a12e3124bd423735afeefb2ec4f857 0.00 MB 1 0
14,055 14,055 0000000095ea92ab766b29d8f6f49d6c4e0004b010c584d53da1d2e5ca525a35 0.00 MB 1 0
14,054 14,054 00000000ede76f3901b25a1e6fd517b5a74b073e85e0b7047e8977bbe4a35f2b 0.00 MB 1 0
14,053 14,053 0000000027550d743450e9650bfe31a848f24b6c1a5f22bd91567ee88e8459b3 0.00 MB 1 0
14,052 14,052 00000000d24b60db4f2eb8010d6ba9b469520ed68f97f88d4a72252124ffdf1c 0.00 MB 1 0
14,051 14,051 000000006a8665db59f5e16311899b817c8c5bea4442cdb8ca68bf0cb450dba5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.15 GB sent, 98.59 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.