Memory Pool Memory Pool Refreshing

6,901 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (232,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
675,533 675,533 000000000000000000058cec8f89f4389e8696bc12c9a8f83293ae62ecd00c5e 1.31 MB 2,486 69
675,532 675,532 0000000000000000000a18a7f4fc441f8279e34632c6bc0716db43e8c17cbd73 1.71 MB 1,188 22
675,531 675,531 000000000000000000070f812633a9399ac6e3bdd674dbaf502bf04d3e48ab95 1.86 MB 132 16
675,530 675,530 000000000000000000021a6ac6993cc9393a707f65c13b38f86eebbabe2b4014 1.76 MB 720 27
675,529 675,529 0000000000000000000c235aa63dfcfee1797e179a073d9d6e474926b0e0a465 1.38 MB 2,109 58
675,528 675,528 00000000000000000009e98d43bc9f25702921917656012bf96671e53ccc2f3e 1.31 MB 2,270 63
675,527 675,527 000000000000000000039272a2f4d417ac7bb94d901149d94e74ec4d33cebd00 1.33 MB 2,228 41
675,526 675,526 00000000000000000006f2f5fe363ebbbde3bbe611923ac7119d3df3b1a1eb20 1.38 MB 2,403 40
675,525 675,525 000000000000000000010355501bb65fa4845d3a01ed0e0da52aabc9a38ac15f 1.22 MB 2,466 109
675,524 675,524 000000000000000000031d8595c764cc2d9ee12cdd215a0377d18806e848802d 1.51 MB 1,746 44
675,523 675,523 00000000000000000000c5e34412b232e552e3a27def679cf28b886f74ab84cc 1.73 MB 492 27
675,522 675,522 000000000000000000096ee304a2a90757ab3e781ae0d10d5744c9880bd76b9b 0.00 MB 1 0
675,521 675,521 0000000000000000000aecc3b24331c0c0bae7383540ffb1bfb0f7e5f2cc9ecc 1.69 MB 1,436 37
675,520 675,520 0000000000000000000ba6c5daa946093f78bd3ce9e953afd04873b6b2c0bd3e 1.34 MB 2,560 66
675,519 675,519 0000000000000000000abf9760e8e7b382ce481bb0495d21093889bbaeb40953 1.65 MB 1,362 38
675,518 675,518 0000000000000000000cb5f01acf191bd224787180d51d39a7040c7498ca3474 1.40 MB 2,359 52
675,517 675,517 0000000000000000000bab4c0e5ba8750c6c8d2dfa09d7d2b04f89dc859412fd 1.41 MB 2,476 92
675,516 675,516 0000000000000000000ab703bfebaa97ca5a76a540f57307f1762c1ee8cf80c2 1.37 MB 1,648 40
675,515 675,515 0000000000000000000b298daf4b464ee40a8de4a0f3cfbeb28ce8c2e55bf70a 1.31 MB 1,725 30
675,514 675,514 0000000000000000000862a21f168ed5a019c97d39516d8364ce108fd5c46d55 1.14 MB 1,061 104
675,513 675,513 0000000000000000000c736ccdd5094ae44c592017a1240c58d69e69ba0ce382 1.20 MB 2,345 36
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.51 GB sent, 92.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.