Memory Pool Memory Pool Refreshing

203 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,459 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 187 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (819,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,980 88,980 000000000009d69625fd81c519b0ac785144d9ecd0b5c36e639a5ca406028eec 0.00 MB 3 0
88,979 88,979 000000000010a9ab4074d41c7b9762a2acad2309e59ab7f06300dc3b2ca69403 0.00 MB 1 0
88,978 88,978 0000000000147d105d176babcbd623f94396d69b0dff9e5585c26d9ad1c539b8 0.00 MB 1 0
88,977 88,977 000000000012e4a67094c0b044788b22a801a07a354bdc53d83f284bb188f90f 0.00 MB 1 0
88,976 88,976 000000000001d984b6053ad441aba2ae3eaa6d4146eae3f24f123fae8dfa177c 0.00 MB 1 0
88,975 88,975 00000000000004a61defd14bca547b50c5079e29b1ca7511aeacb2195c322770 0.00 MB 6 0
88,974 88,974 0000000000092b14cdcbaf48089a146536a53ad7dd22848e3c83ece6d0ca8ab0 0.00 MB 4 0
88,973 88,973 000000000008045229fc4246fb877b2ef2e0c6d8f77faaeaa1f76500bd1e5f12 0.00 MB 2 0
88,972 88,972 0000000000006f53fa503a4b56a59c41bf39c0b628a33d427b34fc7bfe604d6b 0.00 MB 1 0
88,971 88,971 000000000013d27f31fa311b4a7b71254af23597a6b1b683a07d4f4017418fb9 0.00 MB 1 0
88,970 88,970 0000000000045b84edf98da6e65fce994d75688c5676f1c33c90888515262263 0.00 MB 3 0
88,969 88,969 0000000000149ec04941c79a8d502840d24ed7c71018a4d44d987328c08a63c0 0.00 MB 1 0
88,968 88,968 00000000000c57df31d1036663380ed7a5a6e6d0a61c0ba1abefeeff8b968f5a 0.00 MB 2 0
88,967 88,967 000000000006ed2b50fdf41bcf105f269e66d42a43b203eb2cb06c1688a23dbc 0.00 MB 2 0
88,966 88,966 00000000000c9450c8d24a5d487075557a8a8e5a917e90859dbb502a3aa5c6b0 0.00 MB 1 0
88,965 88,965 00000000000a08cacfbb34b179b7e2f71bb3aa82ea63328adb8e4ce64fe8c001 0.00 MB 1 0
88,964 88,964 00000000000859ab9573542f11bfb40b053e991a08e9384466b5772f31954010 0.00 MB 5 0
88,963 88,963 000000000011f3224155a1c66eaf495f6cc447a95ef657faf2099502ede24fe1 0.00 MB 1 0
88,962 88,962 00000000000203d9efdf568109546aafb9e67258ea48dd321342d419cde35578 0.00 MB 3 0
88,961 88,961 000000000001d660f9f0f0f3a437354dd68d0d6d6d1fd9baf95578b4a9a2af37 0.00 MB 2 0
88,960 88,960 000000000002795d035fa1f88412066cb8738957daa26a37406a7c96c4cfc547 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.