Memory Pool Memory Pool Refreshing

8,801 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (693,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,530 214,530 00000000000000e72bdef5606bc42cdcb0a3395fbb33a97830c0963634f890c2 0.23 MB 609 182
214,529 214,529 00000000000002e8c0ae74a5a9852de8df46300ae499504f089e0ece657f4b63 0.11 MB 312 265
214,528 214,528 00000000000000103f7ad1ed7948a4999d85b1f787c8413fea91ecc870f31f1e 0.31 MB 646 136
214,527 214,527 0000000000000566e1c34d5c6658ce98bd78ccdbf71d5a73eadf799e6639bdc7 0.05 MB 122 145
214,526 214,526 00000000000000c637717b2987a6476fe53a16e86443d7e434a56de825b12f99 0.06 MB 98 108
214,525 214,525 0000000000000301cc7cd111c55ca187bc1cd338252b8dbec42950020218a082 0.10 MB 256 211
214,524 214,524 00000000000000203fbd84b16b57ce1685da32e466e3393b84e5c472fa4358c1 0.14 MB 297 202
214,523 214,523 000000000000010375a319753dfc7c4039741d0ac403207dc054f6f3575affc4 0.00 MB 9 338
214,522 214,522 00000000000000a5abff06e9ca63789d28a2061736098ef53f6705849d6ed381 0.06 MB 157 185
214,521 214,521 00000000000001f8da72231ea56dadcd83c090d41bbe848dc5f41c887e0347f3 0.06 MB 158 199
214,520 214,520 00000000000000bf0595b2e88942cca5f13f294c6709c8bad704113f9a924ade 0.01 MB 39 172
214,519 214,519 000000000000051a86fe23a36a0e5d1678e690b9bab91fe393061813c08f4001 0.06 MB 115 207
214,518 214,518 000000000000027aa9b1024a47004fa0cbc93a58474e0fc3ecee352479ca95b2 0.03 MB 48 161
214,517 214,517 00000000000004984ab46655e6754461be9afaa9f2a01332fd692e1e95c06523 0.10 MB 285 194
214,516 214,516 000000000000028de8c7a3ecbe644b9fd36d697e261b275dcc2fdda92d315334 0.00 MB 10 177
214,515 214,515 00000000000000a20c0fa527565cae7e85f0638ae4547be4b02f3363b88a691d 0.05 MB 124 273
214,514 214,514 000000000000009e72c54e44fa0d4041562afbc54e91fa0895366d48c83300d4 0.09 MB 141 148
214,513 214,513 00000000000003741aebb44b404d5d4f2dd38056d541a413ab653ac905a89f94 0.10 MB 118 67
214,512 214,512 00000000000001e362c459810755664b48a26001d903b6acb7eb77e46158a537 0.24 MB 489 157
214,511 214,511 00000000000004d47d6c6f3ecbeaae9be3ea8cdfaef36a71076ada3d0a717f4d 0.09 MB 169 137
214,510 214,510 00000000000003d5fedd02ae4ff60234dffa718e855d4e6a541da8a14a41e5ea 0.00 MB 7 111
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.38 GB sent, 92.72 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.