Memory Pool Memory Pool Refreshing

806 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (390,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,692 517,692 0000000000000000001d579aaae57010e218ffa5d48ea62a5dd2103e42549a58 0.79 MB 1,665 45
517,691 517,691 0000000000000000003f6dfa302cd20c2721555a8004ef8c84864f64e68df67c 0.24 MB 506 45
517,690 517,690 0000000000000000000cf1a014731a669a2dcf71557bb0668ad25e997f154eaa 0.73 MB 1,452 26
517,689 517,689 0000000000000000003726a6685343de38042c8654ca2ae92e12c9a2d391b86d 0.31 MB 556 29
517,688 517,688 0000000000000000004b623aa42fd6686a5e8e22c78c4aa063d281eab1edbe43 0.77 MB 1,751 27
517,687 517,687 000000000000000000019cbf1c3baeaecf51d0d2a5984291198dd789c32f1897 0.50 MB 778 9
517,686 517,686 000000000000000000264c3c9cc1e758e87eeeff893a896e0c9fc080f4d5069b 1.06 MB 2,299 31
517,685 517,685 000000000000000000475daf2a3ce3211f8f9c6a9159a1f6320d3f0c1d7662d5 0.10 MB 265 34
517,684 517,684 0000000000000000001eb932067429b40d3a12693bc7110ebfc1f972836a4290 1.10 MB 2,033 24
517,683 517,683 0000000000000000004e2e184f008dd8102513e558e2a7f6efe21d276479564d 0.93 MB 1,357 7
517,682 517,682 0000000000000000000b05d0a656e118f8539cb239b65ff7e113227f86edcb0e 1.16 MB 2,348 16
517,681 517,681 0000000000000000000a91993d9ddd812bb1d4c2fb88fbd8637e9b8b8bd297e5 1.14 MB 2,379 51
517,680 517,680 0000000000000000002c5b9b723850e6fe9fac63b129c173ca1cb0d79a0445df 0.28 MB 603 24
517,679 517,679 0000000000000000002df91b328600570639824b12be07cf3526e40ff5ed0f19 0.47 MB 708 3
517,678 517,678 000000000000000000418a307540b5abafbab56ff65c7d0b60f0b323403a4ce6 1.13 MB 2,195 24
517,677 517,677 0000000000000000001c3b36f3e61c564e9740d1debaa31b60edefce69cf2b47 1.13 MB 2,472 35
517,676 517,676 000000000000000000437000891c08e5e672d91fd330eb96b4a62a71bf0e8975 0.52 MB 969 27
517,675 517,675 0000000000000000002af6e792ceb25fe99942e2ed61e4ff6cb573633de8a39a 0.87 MB 1,325 26
517,674 517,674 0000000000000000002435d4a5b5d9f64217120dff0ac02dca6689da969a60f8 0.40 MB 838 21
517,673 517,673 0000000000000000004ea8bca5d4170d13e1718268a79b112dac6a639fe04e71 0.90 MB 1,119 13
517,672 517,672 0000000000000000002271d40778e9bf124beceaf29383294258dc69712953a6 1.32 MB 1,301 28
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.