Memory Pool Memory Pool Refreshing

7,193 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (694,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
213,512 213,512 00000000000003666f43be09990c154ba1a0a42691448767d8f504a17d7e5b04 0.01 MB 28 142
213,511 213,511 00000000000000b91bd3678f4e744c3a7fca1ed15cabdb77f0d766e7eaf6b309 0.01 MB 24 180
213,510 213,510 00000000000004a561edbe4b091357eade8e78db9821d44c2f3d98445f75f9b4 0.03 MB 76 204
213,509 213,509 00000000000003486b73fa488dd29dc944d59acf60ee761e18c8b50da0a84ab3 0.05 MB 149 159
213,508 213,508 00000000000000c19dfb15c323217ffacecf03b7f80829b7f0cfe4256ceaaaae 0.05 MB 127 171
213,507 213,507 00000000000001c7772d7ef753d0eb00f0f6031711540af800ee827249778406 0.00 MB 4 154
213,506 213,506 000000000000006e70ac75672fc30e01ed1afcad504a829069bdbc145394770d 0.12 MB 307 170
213,505 213,505 000000000000026d0087e24abab1ac6a7f1743d5f187a409773057fe6d8e50c4 0.12 MB 255 145
213,504 213,504 000000000000037c55643e1ef192219a355fb6620a6e1de7974d9528a4184b07 0.19 MB 493 174
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.