Memory Pool Memory Pool Refreshing

5,542 transactions
2.48 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,453 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (453,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,121 454,121 000000000000000000de068e372ff71fd9af03ee166c2b8daeb22af78c400afe 1.00 MB 1,942 139
454,120 454,120 0000000000000000014018334494759c9b5e6c0553ded85a469c54cc6889b8e7 1.00 MB 2,615 137
454,119 454,119 0000000000000000020dceec1a49b119909dcc8651be5db7edf622267878d9a2 0.37 MB 917 148
454,118 454,118 0000000000000000020e3f83a772e71b414c3d76f6664022caec0f17df6247d4 1.00 MB 2,401 212
454,117 454,117 0000000000000000005994be75df44df4bdf0e5299322edf76e30f5bbdec05d4 1.00 MB 2,950 162
454,116 454,116 0000000000000000003b7c45567de4c1c3eb361b8466d162f1388b0bb82401b9 1.00 MB 2,125 187
454,115 454,115 000000000000000001e18c1afd2358da6502724543eda891485707af6b947546 1.00 MB 1,894 206
454,114 454,114 0000000000000000020fd12cce1144736f8f49fa85b8cf96ecdd570195f4b8bd 1.00 MB 1,941 184
454,113 454,113 0000000000000000016e42152acd207519de23ac4f66ae3d2b2442f8e885573a 0.63 MB 1,230 230
454,112 454,112 000000000000000002164d6005ef38ea869b995609b83648262b59978b35dae2 1.00 MB 2,359 119
454,111 454,111 000000000000000001b29c4386d1b36c25c3408ad49cd85d2dd0163a0f800628 1.00 MB 2,371 144
454,110 454,110 000000000000000001005d250ef9f43056ca34d17f10e556aaac7ac9324b78f5 1.00 MB 2,608 158
454,109 454,109 000000000000000000da6ecaeb65eee83244715c3c3e90d1ac6afe770e3a6554 1.00 MB 695 178
454,108 454,108 0000000000000000009ea93af4170cd712726ad8f4ddf715c4adeaf3374e3b58 1.00 MB 1,778 199
454,107 454,107 000000000000000002019ea4d197840ddc30b39777803274b8c4aa4031bcefab 1.00 MB 2,778 153
454,106 454,106 0000000000000000010c0c045b527ba2e8248a9b1475c69d388599575e171aa7 1.00 MB 2,699 179
454,105 454,105 000000000000000002001441ed0a1395d68b6c8b74b692e1cba9c21e2d886f49 1.00 MB 2,206 159
454,104 454,104 00000000000000000191dc941e341f7dbc70c3a9b59f6e88aa978a7f63f0581c 1.00 MB 1,344 177
454,103 454,103 000000000000000000bb786a53ee0b1c2c6cbed1154e6687ffed0b9098eda346 1.00 MB 1,993 128
454,102 454,102 000000000000000000c1362e6be20bd1d1e2b2c703d4a14f6501f7bbdc74c29c 1.00 MB 1,598 207
454,101 454,101 000000000000000001b54ed8a86715f7518b7494824a8d37fcd75cd8016b0355 1.00 MB 115 22
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.