Memory Pool Memory Pool Refreshing

5,263 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (611,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,522 296,522 00000000000000006d5d45aae82145da9c65ef1ea3f2db606762a65d505cdb77 0.50 MB 749 30
296,521 296,521 00000000000000009cf785ea47dce50f46aa4f4e9d451ccde477debd0343a5bd 0.50 MB 796 40
296,520 296,520 000000000000000043c0e564edbe62ae1fbdbd346577864d09f9d162b51a0d20 0.35 MB 733 57
296,519 296,519 00000000000000007f2fc9ab0ae7ac3f311806585dc7839ab5f09e93e0850df6 0.09 MB 108 23
296,518 296,518 000000000000000065141fc6c98e67cebbd48fe09ea595a896b8495a020515c2 0.02 MB 27 25
296,517 296,517 00000000000000004f1fbff532fc73127e08d7db5988c893ca11c19d12649dc3 0.05 MB 102 20
296,516 296,516 000000000000000093c136ffa89658b6d3ea87461802301eb62e1ac483d37276 0.08 MB 144 29
296,515 296,515 000000000000000077617c1cb464e736630126d14cedce682008d553f85f7408 0.07 MB 110 28
296,514 296,514 00000000000000004b0c32a1a35cf86dd975508a3432990dcd2a512103894328 0.06 MB 111 30
296,513 296,513 00000000000000009c704e10249573f453eaefa6af34de3d31a69d426ec93230 0.13 MB 273 33
296,512 296,512 00000000000000003b9f70cab50040f5dc511a2d069f6bdf55ce0494e9e59504 0.60 MB 926 29
296,511 296,511 00000000000000008572c80a8d16820d5b7a392dfb267d08f93352907406290a 0.08 MB 148 31
296,510 296,510 000000000000000021eb097ffaebd20486a90e8ed1ee6da0d0284bddba5651a7 0.11 MB 149 27
296,509 296,509 000000000000000047cac02ef0e633085077c30db596513d348a13f18956ad8c 0.29 MB 504 33
296,508 296,508 0000000000000000370701a30139801e814433b24e021323d4e338625b44f411 0.18 MB 194 62
296,507 296,507 000000000000000013c402a3a2febff824756d0278055344503d31cff41924c2 0.70 MB 1,133 36
296,506 296,506 00000000000000006dbec947efd22444558e8ee58bff65fa9c55a0ac26a9b295 0.08 MB 42 14
296,505 296,505 000000000000000090e131ba96416db068f19620f7b3efc98e29e11e245ce25a 0.05 MB 30 16
296,504 296,504 00000000000000005fd78daabfaaf95302d1a2f20c1e5140f9ae68436e82a254 0.04 MB 95 32
296,503 296,503 00000000000000005aeb1598e08c6afca09bacd4b0026e96b9e251d1377bcef5 0.02 MB 64 15
296,502 296,502 000000000000000028be8882e6eb599e9c8613f238ead969adcef4fc712e7554 0.43 MB 792 43
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.