Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (2,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,805 905,805 00000000000000000000de701883e436bc5ebd3962a95ac707f95cd5ab23bb65 1.82 MB 2,494 1
905,804 905,804 00000000000000000000c8e53a9ced359dddd9a888e79084e31bb1d4e95d4b19 1.69 MB 3,480 3
905,803 905,803 00000000000000000000a7a8cb577911742cf67818063a14ec404d3caa6e3b57 1.46 MB 3,459 4
905,802 905,802 000000000000000000017e24ca6a705c77709ec8e8468c74805d395b52d0d4d2 1.60 MB 3,805 5
905,801 905,801 0000000000000000000116fa204da430ab905b961fe2b376d36eec08cab22048 1.71 MB 3,169 2
905,800 905,800 000000000000000000023360f06e0626577c26dd2d11dc78290891c5bb0d76a9 1.47 MB 3,405 5
905,799 905,799 00000000000000000000b21ab234d17393f768f3775a827f40bfa1a526c03faf 1.68 MB 3,777 2
905,798 905,798 0000000000000000000132391cb5d4edf5f22e468aebc59afb8b65f5a62afbae 1.09 MB 1,794 1
905,797 905,797 00000000000000000001fd7bd7487c0d550e9f7988c3d7e356eebe1b3b17d6bd 1.82 MB 3,838 1
905,796 905,796 000000000000000000011479022b007f96ef6b0757eb16df1c309bea77cdf299 1.82 MB 4,604 1
905,795 905,795 000000000000000000007ea7779155ee209f324c45ef13e82ed594b1e5998c92 1.74 MB 3,853 3
905,794 905,794 00000000000000000000afc3ced1abf47a8fc001e6b88eeac7f4b8b900f441b0 1.68 MB 4,006 2
905,793 905,793 000000000000000000018a08af8caebc69cb944a0713f5869843dde6d9e91ecb 1.82 MB 3,977 1
905,792 905,792 000000000000000000011614e0aaabc319258e9a5c02547e0b3aeacf33590fa9 1.76 MB 3,514 2
905,791 905,791 00000000000000000001c81726b7a2259d5ac8eb4d4eedff42618010009dd318 1.37 MB 1,324 2
905,790 905,790 0000000000000000000205a0d33d213f23cba9c2c043e04ec8c7f953e321f22c 1.49 MB 2,721 4
905,789 905,789 000000000000000000003ba95933f86cc75ee8768111899605c903565552b183 1.56 MB 2,954 4
905,788 905,788 00000000000000000001ca65efa1665b1ab79d8775fe018634fd6696b32037e6 1.62 MB 3,763 4
905,787 905,787 000000000000000000010f7ae70a7ffaf286770e9e70fef83f3f2ce8aea55c00 1.59 MB 3,723 4
905,786 905,786 00000000000000000000c6073752801891705825ed9038637f11a2f3eca36d2d 1.62 MB 3,581 6
905,785 905,785 000000000000000000001ef021a04b3de46ff072662846c316f8181c0e454950 1.46 MB 2,509 1
Previous 10 blocks ↓
Total Size: 769.51 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,647.40 GB sent, 95.51 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.