Memory Pool Memory Pool Refreshing

2,708 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,689 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (761,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,333 146,333 00000000000005e11d3f53c6e17add93ceb6db891f49f3aa4c5a33dbe6bf1677 0.03 MB 58 145
146,332 146,332 000000000000025997b44e336b843e485b185d0c92ac1930cb99bffcea703d4b 0.05 MB 158 118
146,331 146,331 00000000000000795716e85cb3b3a9a0ad134f9fc48b8b2f158be2cfa0440980 0.05 MB 87 171
146,330 146,330 00000000000001d312ae00dad0a693b56b7f2d741b54b0f8827681f9095592d5 0.07 MB 213 412
146,329 146,329 0000000000000412e43c5e03528f8c2e0ca9b5a52199e0dce1c848da20fddd07 0.05 MB 154 129
146,328 146,328 00000000000002018f751096001047611d98aa19ebedacbeb8a6cc3c9623ed3b 0.05 MB 65 22
146,327 146,327 000000000000004e0e3c38d98bc3ac23a068e021d68cabd6fae3ddf7231f506d 0.00 MB 15 1,545
146,326 146,326 00000000000001c688e17bc1cf8fe5e0f1ca128a8fb5f90480f531d0a535fa95 0.03 MB 66 107
146,325 146,325 00000000000005046789131b30b7997626ef1a897ac972674eb1d82095419583 0.04 MB 109 172
146,324 146,324 0000000000000902236829d81954efd667f571e133b7b9331f9ae4e384ff870a 0.00 MB 10 553
146,323 146,323 000000000000053ed0e36fa0992cb31073da0711e09e761e62c8576f901fd5f3 0.04 MB 114 128
146,322 146,322 0000000000000820f8628a80e32e811416ffe2f98fa0454fa19291632c025e12 0.00 MB 9 0
146,321 146,321 00000000000001d7373fb2abc44db2c9ddd6ca3c68de935030cddacb7376ec31 0.02 MB 36 188
146,320 146,320 0000000000000660a87dbb1bab414cfe61e8a9e9f3fb994333005f4f3418666b 0.04 MB 140 37
146,319 146,319 00000000000006bfe3d2b45ef451e5790a7a8bf74120927fa94587d81f96b293 0.09 MB 301 176
146,318 146,318 000000000000027bfea729162bdc21bb92b3f745b5a9346f239ebf37f1bfc12b 0.05 MB 123 226
146,317 146,317 0000000000000007cc78ef48c08f977c4a41b628aafb2cd51c7098b4dda73345 0.00 MB 12 1,159
146,316 146,316 00000000000004a8e871d8dd092e105b91744f9522c92be036c7430da0ef1040 0.01 MB 21 273
146,315 146,315 00000000000005beb45947cbf8cd9c3331a57417a171aba877729704c3869cfe 0.08 MB 227 208
146,314 146,314 00000000000007b4ff5761004b8a8c53c4b7e7914911987c2539bab8789f5d8e 0.05 MB 97 60
146,313 146,313 0000000000000579f26ced5d875e705cd7a2b05f04bc07cebcc5997261e00354 0.00 MB 10 360
Previous 10 blocks ↓
Total Size: 769.54 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,648.56 GB sent, 95.66 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.