Memory Pool Memory Pool Refreshing

36,584 transactions
23.50 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,586 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,585 (397,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,151 465,151 000000000000000001b536bcc24ed7648b68a74551b7f5010ecede52357dac5f 1.00 MB 2,778 192
465,150 465,150 00000000000000000109356b02944d45eb76b9133744d2e4c94194cba4dea7c8 1.00 MB 3,189 172
465,149 465,149 000000000000000000d4c1ec73ef606778718789b44400f56e0cc0d441c0d232 1.00 MB 2,763 208
465,148 465,148 000000000000000001318f7533d49309bcadc9710fbb06ce29bdbe9cd53b392d 1.00 MB 3,486 264
465,147 465,147 000000000000000001f1e713252814d85a6e54f14ed55aaa810ec2e01b08b3a0 1.00 MB 3,532 335
465,146 465,146 000000000000000001506d087c8f7a3849995a7128554d0a73b0b9047ab9113e 1.00 MB 3,413 280
465,145 465,145 000000000000000000311c10d510b78220031622f60d9e9d111c5db0266918be 1.00 MB 3,053 276
465,144 465,144 0000000000000000014b333827d7e84c21f372092ba17a583a7653381bce1fb3 1.00 MB 2,201 122
465,143 465,143 000000000000000001564b4e15f6227477a96869ccc3a2af80b3367850b95f86 1.00 MB 2,184 174
465,142 465,142 000000000000000001e9737888c5b2d28f6b8c9ddb6a9ccd85c3bcb809cdd95e 1.00 MB 2,037 124
465,141 465,141 000000000000000000223c98b609270dcc8b80a68cf79062edd71f5db99c4ddb 1.00 MB 2,101 153
465,140 465,140 0000000000000000004c5042e9ff34e49e3e75de914fadf8089a032c6f0f9ed2 1.00 MB 2,548 192
465,139 465,139 000000000000000001888e553f9758196be509ab8cef007be607cd98fbc0b2c5 1.00 MB 3,015 248
465,138 465,138 00000000000000000193dc0d24b1dc5a727f7931f790c5211cce7d9dba8f139d 1.00 MB 2,973 282
465,137 465,137 00000000000000000079406ced03a462fcdde03ac61ac958657078c451a8a7a1 1.00 MB 1,619 224
465,136 465,136 000000000000000000641f571596edb7ff8003b48b6a04e75dcbc9d81608263c 1.00 MB 1,889 120
465,135 465,135 000000000000000000033070868ad44bde8a5d0f9a74a2f2689fdac1af95cd2b 1.00 MB 2,273 206
465,134 465,134 0000000000000000014b7625fa0d492b2dbd99e272aaf22ae2c0a536a7aaaf26 0.00 MB 1 0
465,133 465,133 0000000000000000019e986f8822316c6f49e0d35b5b1b1fe234b59a8c6e0f4b 1.00 MB 2,089 153
465,132 465,132 0000000000000000014b671ddf9d1e7004bcf29ca6c324694fdbc6ad5dad1c6e 1.00 MB 1,239 108
465,131 465,131 000000000000000001684dfea8a33fda2f7e9a44588bfa29aee36601634080c9 1.00 MB 1,900 157
Previous 10 blocks ↓
Total Size: 685.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,376.46 GB sent, 107.51 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.