Memory Pool Memory Pool Refreshing

1,975 transactions (0.54 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,833 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,972 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,832 (828,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,877 79,877 0000000000535bc6e0bd6d8850feb9afb545ee50b304f3d3066da30857e27159 0.00 MB 1 0
79,876 79,876 00000000003cbd398a0e10ce384710cfd946b4c4981b028d74127a51d0cb1552 0.00 MB 2 0
79,875 79,875 00000000001412671c72cc6f9474086e0cf3784029c713c9e1b94030ec0d8720 0.00 MB 1 0
79,874 79,874 000000000017706029b61de8aa92fafe7b4cec9cb4539e6e8f5ca65972212528 0.00 MB 7 0
79,873 79,873 000000000055b56f18dde252864e8efa57432cc439d23d316a8192bf48be29a1 0.00 MB 4 0
79,872 79,872 0000000000309ddd2ca454ad9862d39edbf6e9efd2a431faa11449149b21b0ea 0.00 MB 1 0
79,871 79,871 00000000003258158c72db1e5517973321795cde16798bcaec4216007ca9d238 0.00 MB 1 0
79,870 79,870 00000000005afb5a3ea8f0ee6f64a39787ac121e91687e37efc184300eb65468 0.00 MB 4 0
79,869 79,869 00000000000be848b3fe159b7690386daaeee13490640c3804947484dbf82f71 0.00 MB 3 0
79,868 79,868 00000000001c4c35891b66319fe22959978d2091ad247ee9addc963d396fcd12 0.00 MB 1 0
79,867 79,867 0000000000217bb51d6958c1b160a0a959183d068515a88411cf80c4a7f0199d 0.00 MB 2 0
79,866 79,866 00000000001de970391aebbb002dd79d781ad2b739ad0fb0edb7c2ca06605ef3 0.00 MB 1 0
79,865 79,865 00000000003c0d6bd76061a20e060cd5eb82a7a6d440410126a50b36c6d78d7c 0.00 MB 2 0
79,864 79,864 00000000002c5e155bae01b54cf0f709a1b634a3fa58f47ac5ec091397f485a1 0.00 MB 1 0
79,863 79,863 0000000000469c6980f971f8b9e72f86fbfe1f67db4105bf48d41668fb3b80b5 0.00 MB 3 0
79,862 79,862 000000000039bbecff25187c71fd54b1c15e89a320f2651f87367a91486b8906 0.00 MB 1 0
79,861 79,861 0000000000144a6bc5e8bdfb04a2cd3029d238789242868a99cbbb854ce3db18 0.00 MB 2 0
79,860 79,860 000000000028877079678ebd492919f06636345fb59beeaa908885d8a1b20e59 0.00 MB 1 0
79,859 79,859 000000000042682fa192f80848b08aa08987168e8db4ece96a7e5e463400f061 0.00 MB 3 0
79,858 79,858 00000000002947989963a802a337e8b51502c35e03848568afd6f4fa33f72eb4 0.00 MB 2 0
79,857 79,857 0000000000423223f13fea4959b5e1e88ee141a4917fe42434bb3fc37dfccd8f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.24 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,857.99 GB sent, 103.27 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.