Memory Pool Memory Pool Refreshing

5,448 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,661 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (594,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,114 313,114 00000000000000001d91579fe8b6fb919d3191c7d6d76667b87a58b7f043d074 0.05 MB 117 31
313,113 313,113 000000000000000036c1e4797f212388af62192dffca6d05328f6377a1ca614e 0.20 MB 189 16
313,112 313,112 0000000000000000136d92932c5704eb77d0076df90b90f38f56c9fa1e481b96 0.20 MB 512 35
313,111 313,111 00000000000000001680a494b9c41accd92f71ceba5505c0841f79db8a051b2c 0.16 MB 331 34
313,110 313,110 000000000000000027f93ec3060473df092e8a5348d3cb1282bb3f95ff5e6876 0.01 MB 22 23
313,109 313,109 0000000000000000174a3018e7ff8c494bc7f8086c4e15f39d6953e3055e4389 0.35 MB 444 24
313,108 313,108 00000000000000000735018906baead567365445de9913bd0649e74634a653df 0.24 MB 444 32
313,107 313,107 00000000000000003107174ceadec8d39d2c4565068615824dfd1487277a06d0 0.19 MB 352 28
313,106 313,106 00000000000000000704212042589572c3061d3bde47a487c69ba29548c533f2 0.08 MB 108 22
313,105 313,105 00000000000000002a5a9330ee7022a75d16547c66b00ab26905deb1c8b9c3a0 0.08 MB 97 20
313,104 313,104 000000000000000010a46b4b506c9a14038998a1987098e6179e16a6e15c2346 0.09 MB 252 35
313,103 313,103 00000000000000001cb9ef997b2896d9797be2cf07b2cb0fd03babeaf1224ec1 0.05 MB 139 22
313,102 313,102 000000000000000019750b8c852478e6b971cb0a6a8e946bd8ebeca166c94168 0.34 MB 596 29
313,101 313,101 00000000000000001e6c67a69cd10eac07e8ec881c33bdec971e28a88e08cac7 0.12 MB 197 19
313,100 313,100 000000000000000027980e6329594ab682f5971a834c4b443ab6c4b23845423e 0.02 MB 25 25
313,099 313,099 000000000000000018b27d743220dc42a9dd6ac3c566178124ec52badcb73373 0.74 MB 1,093 29
313,098 313,098 000000000000000029b39593ec640748fed743af890ddd6b80c6cfe6c4ebda9e 0.00 MB 1 0
313,097 313,097 0000000000000000069d3116acd0d154c12a56dc2af692597ca69a20f8d85648 0.01 MB 27 10
313,096 313,096 000000000000000000af1206752f711d38ea66ed5d62e264b13b05bfd9d18392 0.33 MB 622 30
313,095 313,095 00000000000000002628ffe07139bab6380e27d26c6f5497f85ac7453d754539 0.04 MB 128 40
313,094 313,094 00000000000000000cfd9da5abd24246c5f00f9abcdf566e3bb315c01d3773d2 0.02 MB 58 15
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.05 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.