Memory Pool Memory Pool Refreshing

8,318 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (693,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,535 214,535 00000000000005519ad8500aabf375c117a207b6c781d13e4959fd75fdf0f925 0.02 MB 64 155
214,534 214,534 00000000000002c4518adc2b77b0120ed94baaefe3999fb27b1a6375a53c94e0 0.16 MB 375 168
214,533 214,533 00000000000003d4cf7b19c1c2eb243554328aa23cfe740fa644f8197da64acd 0.03 MB 72 95
214,532 214,532 0000000000000293a2c2198312c47bf4b9afc438a5099699641008893928f5bd 0.03 MB 82 40
214,531 214,531 0000000000000066c2d1a474827cf3b48787667fcb59e8146759fd93a4328e52 0.21 MB 552 277
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.