Memory Pool Memory Pool Refreshing

1,537 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,525 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (784,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,068 123,068 0000000000000665e10403854281aa2d1c8c26d435b866ce4f79d5c4e2c8be1b 0.01 MB 38 2,270
123,067 123,067 0000000000000893286536df3f07998c3cacc1b571c8609b21c0f0c88a1a3eac 0.00 MB 9 479
123,066 123,066 00000000000068801b892dfe9685737f59653ee35e8f94f6bfa44d4d301fe241 0.00 MB 12 0
123,065 123,065 000000000000081f9e4ba6698614fda253c6e0b11c377e80aa37ad2fbb60017f 0.01 MB 27 137
123,064 123,064 0000000000004e01c39fabf75de3884f20597682b91ba195aa2a682f06ffbb40 0.00 MB 3 2,475
123,063 123,063 0000000000003e80f50c1762140fcd0e38c72edaa4ae0de8abf04c5712851e46 0.00 MB 14 1,104
123,062 123,062 000000000000157961714e6492e2575b0c154a4b5d31535e8906199631fbc7cc 0.00 MB 14 294
123,061 123,061 0000000000005acd7af4b7b2e2dd55db5140376a32579c3b4fdbbd52368df904 0.00 MB 9 310
123,060 123,060 000000000000384df67be91ce797b7732b6d087ea1e6fae2f52bdde83ef7378a 0.01 MB 17 802
123,059 123,059 00000000000044b6110082e48f2ac1620106142a76329d6c8db674db139fe2c6 0.00 MB 8 0
123,058 123,058 0000000000005e5f215abea94942ecb1be9d4f0961cfdf8af55c0e92b578beea 0.02 MB 49 1,578
123,057 123,057 00000000000015c6d3dc5404feb7488fbf037f35711daaf309142b676eb27a5d 0.00 MB 6 351
123,056 123,056 0000000000000e72ad54344dbf4d495f7182c5e85b2a082b90f6f74cd7394e12 0.03 MB 105 1,150
123,055 123,055 000000000000595cf32bf240c408bf93dfda354d786fea41b1b212c29d6882ac 0.00 MB 1 0
123,054 123,054 00000000000057beb305cfc6277e627c778657539c6b076f94df208ee6d06101 0.01 MB 22 470
123,053 123,053 00000000000066f0c4d34b2a9a11754e3d3266c73938441329d9c27ee50fc0f3 0.01 MB 10 555
123,052 123,052 0000000000002ee40eeca087c3c2eb660539f139d7d48978fe7b2f49c3905528 0.00 MB 8 570
123,051 123,051 0000000000001660ec03fc1d3444c34abfc1a07ce6b227e2cdff4f1072c83b8a 0.00 MB 11 0
123,050 123,050 0000000000000f9d26a843d64e4e50174c9cb5ee9576ea89f0dee69e4b54a81b 0.01 MB 6 76
123,049 123,049 00000000000021ab4f8d56644538eea7da038ed81cf6344b64419fb0acf08d13 0.01 MB 22 0
123,048 123,048 00000000000042cef1ea8b08f8a235da4e55215e2f70e7ee17b8b13017be72c2 0.00 MB 9 3,488
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.