Memory Pool Memory Pool Refreshing

7,551 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,898 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (13,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,171 894,171 00000000000000000000f45c42a781b6597c3de7c0f3e69d7c84d724c30ad1ff 1.75 MB 4,581 5
894,170 894,170 0000000000000000000173b20edd99ea679ceb582cde6f7e43a6b32b7dbdfe9c 1.64 MB 4,586 5
894,169 894,169 00000000000000000001d62ed0e15617ec7127c71e64f11badfea536385da49a 1.60 MB 3,777 2
894,168 894,168 0000000000000000000230c9cb01028f8dc3921737f99739d06cc175fd4f8888 1.58 MB 4,271 6
894,167 894,167 00000000000000000000c94dbc8d4771179218cbb17c06adff86b18aa3d74215 1.56 MB 4,515 2
894,166 894,166 0000000000000000000162adcf83b3de6826d994baaa795634beb8d0f9192d4e 2.50 MB 2,556 1
894,165 894,165 0000000000000000000097ec3e562116f5350b5d04d287893c6c133e2a8efeab 1.57 MB 4,220 1
894,164 894,164 00000000000000000000beb8bf9807741b8c3bca6b025fab47869525463e0709 1.61 MB 3,887 7
894,163 894,163 000000000000000000022bc5353fbdaa5928b69fc39965e5f3f5bbd64e840ef5 2.52 MB 2,513 2
894,162 894,162 0000000000000000000076a318aba646447450de1970c29893a206fe9a0ca2c2 1.83 MB 2,870 2
894,161 894,161 000000000000000000022bd5bd59c65e40f6414b49b70e8c1792f8959ff66069 1.75 MB 4,331 2
894,160 894,160 00000000000000000000c40e702905bbdf4e7733c607559d9744f08bd21d1358 1.74 MB 4,036 2
894,159 894,159 0000000000000000000206dfc30664cab5efb95fc6b4ac6e89e567c8fbfc9448 1.59 MB 4,258 3
894,158 894,158 000000000000000000007cb83e01a5be4641ca83c6a7afe4ab36391ffee11151 1.74 MB 4,138 2
894,157 894,157 00000000000000000001481c2fa3523c5ff94f2adba719c4302e4e9e5846911e 1.73 MB 4,506 2
894,156 894,156 00000000000000000000783105e9ee2d22ac69a4df1c3df408feaaad3a0bc400 1.66 MB 4,211 3
894,155 894,155 00000000000000000000bd8e0eb4f9906d9dd30f505b9b0861f16cb053188664 1.79 MB 2,490 2
894,154 894,154 000000000000000000018c64fb634130c3f7b5e54ffa5b4d1dc8cac7d95a692b 1.53 MB 3,213 5
894,153 894,153 00000000000000000001c0154e29b7902c0519dbf0641159bbebd453abd60e4b 2.83 MB 2,272 1
894,152 894,152 0000000000000000000213dea4c6b5306edb4bfe2f48052d7c224164d0dda886 3.23 MB 1,379 1
894,151 894,151 000000000000000000003c86212d65d33690011ac069837c4e5e91e1e2146f0e 1.91 MB 4,156 1
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.04 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.