Memory Pool Memory Pool Refreshing

3,177 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,161 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (22,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,023 885,023 00000000000000000001a3361e40ce264e71620908f8e8cd555b4182f7813bb7 1.87 MB 5,559 8
885,022 885,022 00000000000000000001321bc4a828f67dfa2d261409b5740fce1e4890081111 1.92 MB 5,666 10
885,021 885,021 000000000000000000006bdeff6887d159b5bd5cc272fd0e3791718bf376a523 1.64 MB 3,334 10
885,020 885,020 000000000000000000011e1cbf345c324b0fe1a16912de68817151b1851150ae 1.63 MB 4,227 12
885,019 885,019 000000000000000000000553b4f1b677f3240c2c9e4960a4a9b70976c7399efd 1.76 MB 4,529 12
885,018 885,018 00000000000000000000cf1b4c38bdf3d013e0428ed5a894bf46eabb37f938e5 1.70 MB 4,406 12
885,017 885,017 00000000000000000000ca0af01f7bf1c42aef07d6fcaa8c33b4183125e9a5e9 1.50 MB 2,679 12
885,016 885,016 000000000000000000011d12b4ae6a63db4543a2192afe3144dc2ab526f75ec3 1.79 MB 5,048 12
885,015 885,015 000000000000000000023757ca7fad38ec03da37032bb09e26fe3376bdf0ff81 1.71 MB 4,808 13
885,014 885,014 0000000000000000000005bd5be363d6d548f122eb631971fd895b71b70aa602 1.74 MB 4,487 14
885,013 885,013 0000000000000000000100fcbf4594c4edff9944affb873633fdc3e43c0b5253 1.66 MB 4,285 15
885,012 885,012 00000000000000000000dccca1290c2b7073ca6b9ccd147da9354c5679598201 1.79 MB 4,967 13
885,011 885,011 000000000000000000017d317ece19b5213b68a3a2fe22de9572719f36e62953 1.74 MB 4,333 13
885,010 885,010 00000000000000000001c43389c858ee4371b00867db96553e620c008356e871 1.73 MB 4,826 14
885,009 885,009 000000000000000000002eacb5f60764872962f3ff4b10d111dcdc77d34fb6b8 1.89 MB 5,388 13
885,008 885,008 00000000000000000000d3f11280a3f978ad0896f5264c11208dbb1a39f74ad8 1.81 MB 5,318 14
885,007 885,007 000000000000000000007f280b7f94940eb6f262ad9df8bdaceb39c9883ab518 1.87 MB 4,916 13
885,006 885,006 00000000000000000001354c083f74270457a73889e1f5ad4d5ce11db39162d9 1.69 MB 4,905 16
885,005 885,005 00000000000000000001766fb8f3d2abd3360372d533e89626ac6d99c7eba431 1.68 MB 4,679 15
885,004 885,004 000000000000000000006d591ccbf5fbe68c27f1d9bd4df2640e3486e2b1e858 1.83 MB 5,107 14
885,003 885,003 00000000000000000001797ff09eda519232c28af71d8df23001d204c20fbfd4 1.76 MB 4,327 14
Previous 10 blocks ↓
Total Size: 768.97 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,615.51 GB sent, 92.64 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.