Memory Pool Memory Pool Refreshing

11,856 transactions (3.63 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,154 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (825,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,131 83,131 0000000000307c907c327c5e8256fa6d3aa0c984f858176d83619883cc7acea3 0.00 MB 1 0
83,130 83,130 00000000000c950cb7307dc24d633d480626970fd147dfb2de144fa8c9e86219 0.00 MB 2 0
83,129 83,129 00000000001d224f015492d5ad4c333e7cd7dd695ea253d66acf68a3b592801b 0.00 MB 1 0
83,128 83,128 00000000000defc3e59b897092e4f9ca345968ddbd3fff0cf9507e008e7974c0 0.00 MB 2 0
83,127 83,127 00000000002f86b5d5c01d2cbad77135236fd1d96d602a8af42d257f166fd771 0.00 MB 5 0
83,126 83,126 00000000001a7e3cbdd73470e7f2c2558ff0c953bd061797d8d04ad0505a46ef 0.00 MB 4 0
83,125 83,125 0000000000040514b46f88ae5a1676a1d8e08468fd114b74e7817a95a6fa679e 0.00 MB 4 0
83,124 83,124 00000000002fd2ca83bec2c41c244a4c3893573e93b81eb8fa05b9409931ab38 0.00 MB 1 0
83,123 83,123 000000000025e985f0add017b8e0ad557bbbbc81c500f413d594859b6371fd5d 0.00 MB 1 0
83,122 83,122 000000000030b08ce46fce935400c4d5069918c78e1af5830a6dc69410c81b43 0.00 MB 2 0
83,121 83,121 0000000000193e83276382c28a75aeb2fd0e36bbabf5128d0141777f1da47f28 0.00 MB 1 0
83,120 83,120 00000000002a13005de7ac10a78ff3ba44e578eec94928e6cdebb8ed7ea4c68e 0.00 MB 2 0
83,119 83,119 00000000001cdb5dbeb7084c9b53419168fe364e1629e35fb0711be4a74c0cc3 0.00 MB 1 0
83,118 83,118 0000000000102dff205877adc5bb70a6021717f0423d64753e2898701838732f 0.00 MB 1 0
83,117 83,117 0000000000139aeff22941554ff300456f9ceece0313016cc1855af863ba97e6 0.00 MB 3 0
83,116 83,116 00000000000de01ff8d24447ddd34ca27261b9a4eea95f261c28183a20fdbee1 0.00 MB 8 0
83,115 83,115 00000000001e6f49cb454e2c3c2111b820bf8bb2cfa7340450da9e0b1076859c 0.00 MB 2 0
83,114 83,114 000000000012b3560d3109126b60deac4f8251c9b05a77a8a8b0c426e50a4793 0.00 MB 3 0
83,113 83,113 00000000001776e30cccd1179ab8b059763159564de74f280a59051270809ade 0.00 MB 2 0
83,112 83,112 00000000000a5cd4f5ca0a22612b9a48b30fc3a64d3c23124d09b8b6cf849b89 0.00 MB 8 0
83,111 83,111 00000000002d4214bfd1363fc479db5f6dd3d1944a3153a7cd2230e9a40ac9b5 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.79 GB sent, 103.79 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.