Memory Pool Memory Pool Refreshing

7,881 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (611,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,300 296,300 0000000000000000b0eca6ade9dff8c71dff0aea9f072fa346c9356768f327cd 0.05 MB 128 41
296,299 296,299 0000000000000000b37fbca9b71c9af860c1e174253298ddbf9c00b5d76fb989 0.20 MB 337 52
296,298 296,298 0000000000000000027900a03fd1daa47c401ff5727fa80962c85515978084cc 0.17 MB 310 55
296,297 296,297 000000000000000008078e5f8113fe233f2585feff7d65874d7ae66913865b4b 0.21 MB 257 26
296,296 296,296 00000000000000003ef5ed6217a238be2d2e68f7b737eeabff8081ffc19cba26 0.14 MB 128 15
296,295 296,295 000000000000000035343ca968e552877639e9684346ce33885572a4d0bfbc90 0.08 MB 115 26
296,294 296,294 0000000000000000312d050a19c8613987ef489b0087f62a78d0616b2c249c5f 0.13 MB 178 43
296,293 296,293 000000000000000006d7fcb6a5aa3ffa498c33cbafb49021ced70624aacc15be 0.90 MB 670 17
296,292 296,292 00000000000000009d08211a0fa5ea58c97003b4f730de007d480a4d533578c7 0.16 MB 512 71
296,291 296,291 00000000000000006b188e516f39ce442dcf29a12a44439814ac8335b1009c42 0.15 MB 290 70
296,290 296,290 000000000000000047b9e2e8a961a33709a93218de694aad6fd246f93c5e4157 0.06 MB 114 32
296,289 296,289 000000000000000060e2e2979a1a8f449001b81d721615c730f4bd0bae3e42a1 0.21 MB 128 12
296,288 296,288 000000000000000072ffb76cd2610d39404de21a980b05aebf1e90684e173b23 0.35 MB 540 35
296,287 296,287 000000000000000096aaeb6ce7aa5f3f987200e1670c3579e748ac2f38c390f4 0.24 MB 455 30
296,286 296,286 00000000000000007b0e86d6d9d70858e15bf03fea3e7e8cc5d21b176a692fa7 0.23 MB 319 20
296,285 296,285 00000000000000006a3d326f04036cdb19e733cfb91fef8388fc8cfa8320f7a3 0.35 MB 771 44
296,284 296,284 00000000000000002471411bca1fd43f80c15f822e8acaa2c1d19c38a82837ff 0.21 MB 325 31
296,283 296,283 0000000000000000660399176deb3d9efed25cd34bc49f4a281225ffbff9e4e1 0.19 MB 64 13
296,282 296,282 00000000000000004518734da80f7a54f1eeadfd88679d2534caa36cad776b6b 0.00 MB 1 0
296,281 296,281 00000000000000005c64993dbd37c3136b3b5d94be97d8783a96be42a888f80d 0.01 MB 19 108
296,280 296,280 00000000000000009d218d39281e60cbc35f0f7c318c3aa3fec17eba240e422d 0.18 MB 402 14
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.80 GB sent, 93.04 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.