Memory Pool Memory Pool Refreshing

17,928 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (719,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,367 188,367 00000000000008603ad460c1f3bc4840b332a28f10b7f91179652bd8d81c23c4 0.25 MB 827 170
188,366 188,366 000000000000098e1372f8554e11d3d5b8f5fd78c056a7bbaab072a72cc0ef52 0.01 MB 25 59
188,365 188,365 000000000000068d78349d8b3c443eb3593860c9cb0feee66e40eebcac8ce9fd 0.00 MB 8 0
188,364 188,364 00000000000003ba52ae8bbd04275c86a11453f9103ff7954bdf6ce46b532fae 0.25 MB 448 116
188,363 188,363 00000000000007f7e131c42e86092c956bc33b416f80b77e491946bce900191e 0.05 MB 135 119
188,362 188,362 00000000000007fbacd77e29c53c0b32aaa6407487723591f25889846bbaefa3 0.05 MB 83 485
188,361 188,361 00000000000003c9c0df9b77dad0b39c8a9d7f52ba6a9df63cd44e43b0750ab6 0.10 MB 218 96
188,360 188,360 00000000000009460ca4ca46e1863802d7b4a4a4f23cad9b445dd722da4da2e5 0.23 MB 517 178
188,359 188,359 00000000000004b57ced971f9411117bee53c9c87e4b182bc2671daece52cffc 0.03 MB 60 148
188,358 188,358 00000000000007079eb061794b8b1625c18ddaca56e1e77dea313c5f880aff45 0.02 MB 32 92
188,357 188,357 000000000000065adafee12782e512820b78c114120699dd8ce14926737f095a 0.10 MB 217 95
188,356 188,356 00000000000000c8685e6d280e5056a01f92d0030660733c731850280ab94325 0.22 MB 577 137
188,355 188,355 00000000000000b50cb720c3048cfc341eeadb8477c910d43e01014e7f63cb7c 0.02 MB 34 74
188,354 188,354 0000000000000736c3f738340ff9520d49dbfa15b21b75b1259df92aadb49ccd 0.02 MB 33 17
188,353 188,353 00000000000004339590591ff7414d86972837bf4ef568296300e122c37d4df1 0.18 MB 355 99
188,352 188,352 00000000000007085e1c136e5e38222675eacecd4a49781ab4fa6980b71361bc 0.21 MB 703 168
188,351 188,351 00000000000002d4a05ccd5a95c77e9fb7841a5ba67ee84c19fb471cae0a2f6d 0.00 MB 7 15
188,350 188,350 000000000000050f79d02b108558e604f6aa7dc8dc43b35cba5bb046f55c5194 0.25 MB 398 105
188,349 188,349 000000000000025ce6b5a182b34b863f91e6eae14088acc0934e9116e3d9641b 0.00 MB 12 30
188,348 188,348 00000000000008f58e76059fe7da33f1832e6e64d10e7f547fbea077f9d2fcc0 0.00 MB 9 14
188,347 188,347 000000000000065d7dd6981d0160d6620d732f7e6421eb9dfb22145d77a1838c 0.00 MB 8 29
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.26 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.