Memory Pool Memory Pool Refreshing

298 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (797,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,018 110,018 000000000000bde7709c358c7482ad1b3a62d9a7f337da771779551a5beb41fc 0.00 MB 5 0
110,017 110,017 00000000000020b61bd5f7fc93a7ff4dfd2986d9d1c0b9347029467fc8b58141 0.00 MB 3 0
110,016 110,016 000000000000fb9d5cf33379f813f3a28e4886a2ddf4b0c602f9f87f9f3bc4f8 0.00 MB 3 0
110,015 110,015 00000000000141b13f71cde44e52ea2162705fd965d8e4d82488e53d71638fab 0.00 MB 7 0
110,014 110,014 0000000000007f518dbf294d473769d51093f92231a05e48e88af2e34b7ed952 0.00 MB 5 0
110,013 110,013 000000000000c3cd2877b09059cd2f9ac9a8731abf4e0d436540db659d1bb796 0.00 MB 1 0
110,012 110,012 0000000000011d30448877426358788bcdf853a36fbdac71a1ce382f59beb0ec 0.00 MB 7 0
110,011 110,011 0000000000000136dc8bb4b9c53d8c9f9c6da20cb12a0c6dac3c32f755b41c48 0.00 MB 12 721
110,010 110,010 000000000001b1fdb9d1dfdf546eee357022b951c166213103c40a83c9b81f33 0.00 MB 12 0
110,009 110,009 0000000000011f3eb941e7dd84e2cdef6c492cf0ff198930f82b703f55199dbf 0.00 MB 7 0
110,008 110,008 0000000000016914b0f038ef9af4599bc950c3bcd827beb7122b6da199ae1e71 0.00 MB 12 0
110,007 110,007 000000000000010bb397b7a3304db4453a07c02bd853cfef886fe033ec6ce26e 0.00 MB 11 0
110,006 110,006 000000000001071029794f956353c4f44cf831dc6931e815f3a7503292c8e50d 0.00 MB 12 0
110,005 110,005 000000000000280cfd23ed286227c56e0cb90fff176394d768177137f31051fe 0.00 MB 13 0
110,004 110,004 000000000001553ff938a76b3648611ba635dffe501a002384e51617d4206867 0.00 MB 12 0
110,003 110,003 00000000000116d33823c5d9f8ead201edc6abf99004ae1d70c63f446746a0a5 0.00 MB 9 363
110,002 110,002 00000000000079adda70daf7c6aaf92131ccd72b594fe8ec27a5988f8f818ab3 0.00 MB 12 0
110,001 110,001 0000000000018d067c617c2e262e544bae4807e413122b1f4814077a15ac57c6 0.00 MB 12 0
110,000 110,000 000000000001bbda3f22ef8e476b470a2d3ae16821c23a6d22db77318d0799a9 0.00 MB 12 0
109,999 109,999 0000000000017947e1ea1c4f011b5bf712a9edd5e35d2c4db331f2d1764c593a 0.00 MB 3 1,779
109,998 109,998 000000000000d93aad7e094c2e5dbd81ffdcc459ac8d73137a19fc0d4849a605 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.10 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,628.56 GB sent, 93.37 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.