Memory Pool Memory Pool Refreshing

17,615 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (442,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
465,130 465,130 0000000000000000006535f57aef02183fd15880f0fd22f79e4e281f3a59f951 1.00 MB 2,374 194
465,129 465,129 00000000000000000116c7132c77cf3a3be91f44fe2d0705947f1c5ac354b810 1.00 MB 1,530 142
465,128 465,128 000000000000000000a24c6e3462e0a2bfc5ad6bd9f698218900098b16e9c5c4 1.00 MB 1,067 112
465,127 465,127 00000000000000000114a72035fd5df3e00ae7aeb218635f787a756345063a4a 1.00 MB 764 130
465,126 465,126 0000000000000000003b7238ce7d1bf9efefb68336230b3c6aaea285f1b8ba4a 1.00 MB 2,271 152
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.