Memory Pool Memory Pool Refreshing

3,127 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (764,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,347 143,347 00000000000004313d6f3243854091ae3465ed661a6f206f1d2cf25430a8fdb4 0.03 MB 63 299
143,346 143,346 0000000000000630bbe3e42c61476d5b0cdca0e8f5bf1f28ce60ef2d0e69cf17 0.01 MB 15 577
143,345 143,345 00000000000005926d3301089434439baed1701a4c5938b58bb8c84ef0e05088 0.01 MB 15 343
143,344 143,344 000000000000031debb7133851ef2edd7df4be0791a2c695c4fe9e65ff3c5274 0.00 MB 13 10
143,343 143,343 00000000000002daaea8dc492c17a208c5520045a2f12d7535ba5e9804c344ad 0.01 MB 19 208
143,342 143,342 00000000000003655c36a8d75ee4b6a5222bb03103f765793a0c5aa58fd15ffc 0.00 MB 2 193
143,341 143,341 00000000000006f7e1ce074eef0c5e24337871319f259a290ea6c77bd76ff6a8 0.01 MB 18 37
143,340 143,340 00000000000005e0935eb47586383de51c80aa71631c4a3182e2c9afd9279462 0.00 MB 8 65
143,339 143,339 00000000000006081c8bf7f4148c20b971c1ce27fd3674f35d8791fecd62cf97 0.01 MB 22 532
143,338 143,338 000000000000092b47fe076b85f417a6a2f738415c3c168bec6731fbe857d693 0.00 MB 7 198
143,337 143,337 000000000000052d9fbf858ba292cefd7e2da7ab6f5cc7680a84186051de31e8 0.05 MB 165 67
143,336 143,336 00000000000003088be3e869f2f71e16f8a7a76d54f5ed830c1bf138c09f355f 0.00 MB 5 0
143,335 143,335 00000000000008e3229bf229c27d7e6562b5b291dc708ff2a4f47e8070cc3a39 0.01 MB 34 291
143,334 143,334 000000000000048321ca69e6bd2dcbcaaffa938650b149f4e2df0f0f7e2a0db4 0.01 MB 17 50
143,333 143,333 0000000000000710430fcf5d2a451240cc0caeb1a41a161979c9aa6afdf3c749 0.01 MB 13 60
143,332 143,332 0000000000000826b26ae695a1cf7c4df2d4b084444e3327d74ff12524e040c6 0.01 MB 22 330
143,331 143,331 00000000000001852c49b31938ff22599bf50fe2a4f36abb1c9c4dd296bf05bf 0.00 MB 8 56
143,330 143,330 00000000000005c440ef51539007b4ee8f76e89816253c23ecd4bc6f7366aa52 0.01 MB 12 258
143,329 143,329 00000000000008a492196c1b22ae68f970ad36f10fa6ad0a3acf959b82e22a71 0.01 MB 37 29
143,328 143,328 00000000000008dbc482dffd193c52a68f10fe1c5227aa7f6ac99ba501e9e31d 0.01 MB 18 68
143,327 143,327 000000000000090207932f697187bac8fcb0beea8da678ef5e61fc531e20231e 0.02 MB 55 227
Previous 10 blocks ↓
Total Size: 769.38 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,644.16 GB sent, 94.85 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.