Memory Pool Memory Pool Refreshing

3,987 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (544,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,136 363,136 00000000000000000631fe0973d56b98685ebd5f8dadc97ff039fe990a831eec 0.23 MB 49 2
363,135 363,135 000000000000000008db6f765f3c94c3c6ddae8ceb1c5dcc23880e0b4d887a2f 0.75 MB 1,684 34
363,134 363,134 00000000000000000dcf72d33008abaf418720649eb79fc9ba75c3b12e0b8686 0.64 MB 910 36
363,133 363,133 000000000000000001976baf6532688946627a95a986dd0ffb54bd182238fbfa 0.93 MB 2,129 36
363,132 363,132 00000000000000001521a130d5f96ffb6dcc277aebc6a07b596da3e917e9c48d 0.25 MB 375 28
363,131 363,131 00000000000000000597db7f77ca7ffeb1b5db6e19a6521827f4d88efe6faf0b 0.12 MB 208 28
363,130 363,130 00000000000000001091eed69d5b8801f4ff1ec2e6ccf138baf7a6a5466a5953 0.51 MB 898 29
363,129 363,129 00000000000000000704c2c7f22a7cb06c5b41a9c641adbef04265f8837c10b0 0.19 MB 333 24
363,128 363,128 0000000000000000121ea1af7145218df4b8881b9397fd084b056aec732d129c 0.00 MB 1 0
363,127 363,127 000000000000000015e994604b171da0bbbaf814764c32560d4f2f7690437cb4 0.11 MB 212 28
363,126 363,126 000000000000000004faeb8188031ba13280b7b2031932948fffb8161089cb72 0.08 MB 179 32
363,125 363,125 00000000000000000a94c6730653f554f5c76f4a464358812778c4230deadcbd 0.53 MB 983 28
363,124 363,124 00000000000000000f2a37df3e5407a27edba5b9dce0842ba5a31056112bedf4 0.14 MB 292 31
363,123 363,123 000000000000000003d735a5affd35a384f1eacdbd8d811bf99203a25f1da600 0.40 MB 776 30
363,122 363,122 00000000000000000257b2a164b2be0fc91f01873f630a8dbef54699494b72d7 0.75 MB 1,517 33
363,121 363,121 00000000000000000bfe93181a10e2f12a45da877b5026ae26988e936a1322ae 0.02 MB 39 27
363,120 363,120 00000000000000001378ed86fde1053c734f8161ae3a9c843f92a0327653193f 0.16 MB 427 25
363,119 363,119 00000000000000000e05d1a309864718bdc803ad8e274bac3165b0ab1114a8f9 0.25 MB 461 28
363,118 363,118 00000000000000000662a0e9a8c476d110d3ed2db3816986f97c6e8e47acd5f0 0.75 MB 1,538 31
363,117 363,117 000000000000000013faf067ce652afdd1449e0a0ad500161b1d73595b83f9e2 0.32 MB 658 30
363,116 363,116 0000000000000000114fe3455d0f96fad6785d66929f68b484d9a73b9a4fdb84 0.07 MB 150 30
Previous 10 blocks ↓
Total Size: 769.05 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,627.32 GB sent, 93.12 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.