Memory Pool Memory Pool Refreshing

17,337 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (694,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,533 213,533 00000000000003e7e44d726bce87ec988bcf052138c6bc554e0a198a5ce56bcb 0.04 MB 114 203
213,532 213,532 000000000000030e8bf2c24d9e2e0d2da42ae96eedec20305ef75341609443f1 0.07 MB 163 235
213,531 213,531 000000000000006247fcd025c06960e357dbc215b1cee18b7bf955ae8d854625 0.12 MB 255 168
213,530 213,530 00000000000003232f5548e8c5e113c2886dfd6a263e80b5a397a253f469f016 0.02 MB 98 2
213,529 213,529 00000000000002b6d0bcea28faf6b8ca8275c8a8f9e1ef4398194078f77cc558 0.13 MB 250 166
213,528 213,528 00000000000003d52ab8152c3c3a69ee7c012dcbb13130e4634859e776eef6df 0.07 MB 84 114
213,527 213,527 00000000000001e2ebd9e53cecb3cb5fbda43e92f8ef6e18796a5fb9e8d3eea8 0.03 MB 51 128
213,526 213,526 00000000000001d1e07ec58fde3ce9cd2c967e5c998cedde8377628cd5d0d543 0.08 MB 204 184
213,525 213,525 00000000000002344c1886e21bb90af794004912c2a0d054cda8b898642d2a85 0.02 MB 60 68
213,524 213,524 0000000000000145db2a36d7c57afe25d8e93a032713c105dcc466ea3e1d5f22 0.09 MB 153 113
213,523 213,523 00000000000001c080029ed74ae4ae5e9d11591f1a13854c3679292592b4f2bb 0.14 MB 354 170
213,522 213,522 00000000000004328b1fef614c26998d54ba9597f0a8f6af36a96f65b658626b 0.00 MB 13 6
213,521 213,521 00000000000003aae66c9f8724ef52c70bc2bcb1fde65b0af63a4ca2655e2859 0.07 MB 71 58
213,520 213,520 00000000000001cd042b068b6171f7a5faa7602dc43f86160b55a01645e37228 0.00 MB 9 0
213,519 213,519 0000000000000017b6857f79b38c46ecb5f7477f4eb3dddeaee95e174cc4b634 0.04 MB 91 158
213,518 213,518 000000000000018d7eef1681822fb667461a9296f06b6bd93fc1b91085d3706a 0.04 MB 120 281
213,517 213,517 0000000000000392d7a19e450032a3b18c1cc01bdd0a7e2f0d0559f3441a7e1c 0.06 MB 165 185
213,516 213,516 00000000000003f8c75a6e006f80d11e1e36cc9cbf4acac14d7d021bd278f57b 0.05 MB 103 119
213,515 213,515 00000000000001bb48a9e50f44aa86fe091249fe99c73108b9d3156384434a10 0.00 MB 5 1,224
213,514 213,514 000000000000035ac1acb1a8d006843c02963da5a3199f72ed62fdfe1155cd49 0.06 MB 128 211
213,513 213,513 00000000000000e3cfeb3544dea6519aa82f628c566261254f470a1775910446 0.01 MB 40 39
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.18 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.