Memory Pool Memory Pool Refreshing

2,338 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (901,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,113 7,113 00000000696871adf5dcc1f96a07267c950875fa86edf9a0734678ca50812646 0.00 MB 1 0
7,112 7,112 00000000127c54aaa91faa3c9a2b9d9c2526936703122b5b6fd38d2ef21735bf 0.00 MB 1 0
7,111 7,111 00000000fa07bb9eca2ba3e614471ed6cec04fb1e3d5d4c8ba6b90587a8ed7ab 0.00 MB 1 0
7,110 7,110 00000000c19cb1fd730769e13f243bab5338163c044e5067e5b2a10e61159655 0.00 MB 1 0
7,109 7,109 000000002a555569598406c445badcbcf4af893f20d4c6d2c238802c53436511 0.00 MB 1 0
7,108 7,108 00000000adee5d7e2d3fd6b4b2d44f1bea1d1342d1dab9db7441b782383fa3bd 0.00 MB 1 0
7,107 7,107 000000006298b2185338010a1ecb305b7197071a1a0ca5c5b31a3f9bb4af4927 0.00 MB 1 0
7,106 7,106 000000006fc251fff0970e90d49897132adfe8cfb32e7e998d05fe42bf17b151 0.00 MB 1 0
7,105 7,105 00000000ca844600025aa239105586f08b88f3c384f318918c01b3f7865689fe 0.00 MB 1 0
7,104 7,104 00000000e56221fe739b4293f144e3e3345f729599a5ac97d35cf26ca38c8950 0.00 MB 1 0
7,103 7,103 00000000ecbc3550f96e5cf97c35a266eb0a55a316064a2d2a7da7111322c9e8 0.00 MB 1 0
7,102 7,102 0000000080f303a86f15bbccd3c4707f87d3d6d5e01e1dd3e170680cc648d66a 0.00 MB 1 0
7,101 7,101 00000000875b49bf7241597cc91fce9cef41d74252f28d89caca66e6cb91c99c 0.00 MB 1 0
7,100 7,100 000000006171874a43a089008ad4dd754d2b9fe0d2340aadf5d2f6602453379f 0.00 MB 1 0
7,099 7,099 00000000b6020287497023881010aaad4473c8d34f3287a813da392962a0ef44 0.00 MB 1 0
7,098 7,098 000000009fa9ff58fa778ddfc496b1c506e13db845fa1107e112c6321bdb1f24 0.00 MB 1 0
7,097 7,097 0000000082c536679fb28b178a7fd2a0907a87d5cd498084c42d1272ba534ba0 0.00 MB 1 0
7,096 7,096 000000009c14813e90cd2d44f5bc14995ce115a51d606709aaa70965e716a46b 0.00 MB 1 0
7,095 7,095 00000000482c230f5521df0b51af99b47dbaa0f40106f8b26ccb8d205e32c011 0.00 MB 1 0
7,094 7,094 0000000046f2a151b08a560ba61fafeeb4c69e00822a31b60eb27045d8c36c0d 0.00 MB 1 0
7,093 7,093 00000000e806b4a56f0ba877190842ef12289c57faae57a1b85eaa0ed87ff22d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.73 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.