Memory Pool Memory Pool Refreshing

5,619 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (775,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,809 131,809 00000000000009604a17b5f03904455bdc2015cfe09a968286119a721ba1fb2d 0.02 MB 19 457
131,808 131,808 0000000000000ac02569fe7e68e7cc0bc05e6d1ef299b252851544d9b37f2a41 0.01 MB 17 551
131,807 131,807 00000000000000a88dc7e8af887f42e5e3125d0a4acf927847bfe226574ad428 0.02 MB 50 269
131,806 131,806 0000000000000e1e2a6b895d465d5bec9c9bdeec9effcf442b6830bd33e6e630 0.03 MB 50 763
131,805 131,805 00000000000008fcb8ade86adafa5b665798a82385ff14501f7ad3fcff5161c8 0.01 MB 14 342
131,804 131,804 0000000000000bfed602e1437e05b3ac28cb045a11346b25ac15e54b2b632895 0.01 MB 22 1,125
131,803 131,803 0000000000000c61124163c5e42dc18eac0ce40fda4967048859287cd2d12bb7 0.04 MB 118 130
131,802 131,802 000000000000043569136dd965aa74d0e485ac029f93e746b9d59542098a821e 0.01 MB 14 1,503
131,801 131,801 000000000000129266e5594e14b729f1062c0179949046054c80604c5d5450cc 0.03 MB 43 328
131,800 131,800 00000000000011bd74717d7867500e54afee0c1e6bf5543b07180577e35c18eb 0.01 MB 22 1,052
131,799 131,799 000000000000016b51727dc4641a8260752cfdcdd9ac0438732fe9a183ccbe18 0.05 MB 138 533
131,798 131,798 0000000000000741b6496c4495b0f62f56e81aa3dbcaeac8fc7b92a4c5ad7c61 0.02 MB 53 771
131,797 131,797 0000000000000af07e215f124fd6378f3e79137bdd848a1beddaaad36074bb5f 0.02 MB 55 727
131,796 131,796 00000000000007a1e3452e306ac28138985c7e2d3745fb82a878fce3be198977 0.00 MB 13 1,224
131,795 131,795 0000000000000d982074d4f3909af8118824bc8b465511301958708555333978 0.03 MB 99 2,542
131,794 131,794 00000000000009262a0cb2df106bbd49ad1fd6de5b77531359fc88af38351e87 0.04 MB 99 916
131,793 131,793 000000000000057ca41e681862fcbf03bafb12df3e250e84798e409f08e7a76a 0.01 MB 37 549
131,792 131,792 0000000000000794657b3ae896b466b6e86dcef294f1d9237fc33e3dd5e4e83f 0.00 MB 1 0
131,791 131,791 000000000000076a23ef9e475b8ca06cfd1b37b6243bb75d3e2b03aab2eab38e 0.00 MB 9 551
131,790 131,790 0000000000000229e33902fa68dae5c5a8c86e80d64451b5ac9b91bf7e54fb17 0.03 MB 95 42
131,789 131,789 0000000000000ad72366ebe3faed0de9611905ef1fa93160a531a7e7d2b80016 0.02 MB 62 938
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.