Memory Pool Memory Pool Refreshing

3,435 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (638,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,985 268,985 0000000000000005f978557c2bf131a521e2c60ec5cbc98999ac620ba93b7d26 0.15 MB 499 68
268,984 268,984 000000000000000776f3e262f76f65885b16abe05be4c499df889941eeb8d8bc 0.11 MB 279 49
268,983 268,983 0000000000000002242293249265a0a096a1478c22c914a45b9e7ab774aaacf5 0.15 MB 327 48
268,982 268,982 000000000000000805aae95110413ec0a5cc1e7dbeb25ace6fbba2343c501310 0.24 MB 203 27
268,981 268,981 0000000000000004f5404a880e30adbacf7b6931973630aa7bdf1909ab8697fa 0.25 MB 645 85
268,980 268,980 00000000000000033f98f9f702ec733e262b53e5f41005bcf1629795e1198e2b 0.13 MB 299 83
268,979 268,979 000000000000000404e4492406441593be049a09e05ceb412c8f63aec41b2959 0.12 MB 246 49
268,978 268,978 000000000000000792b57e7dd02734ea7d644d0a6eeefd4fddd32d697f074c36 0.03 MB 43 7
268,977 268,977 0000000000000005c1c33d746f83a07d00b9ea4d257cc460110d6c297581b4b1 0.15 MB 357 80
268,976 268,976 0000000000000000673b57f89aa86546384edfb1639f2a662a7b8cc45223cd74 0.09 MB 252 51
268,975 268,975 0000000000000000af6e4f3bf4ed1e4520fb2ea6bd619696d3e0014927b6970a 0.19 MB 482 73
268,974 268,974 000000000000000720e0698f1fe21e6b3b9c6ed22e706e4ef3c90290f95f7dc8 0.46 MB 1,506 1,060
268,973 268,973 00000000000000012a2a4189a2fa94fb31723aef1e4f783dbd968ec4fb9d747b 0.18 MB 371 134
268,972 268,972 0000000000000001fa115941b6aeb1970247bb1868d8becc399dea9926c599f9 0.16 MB 259 52
268,971 268,971 0000000000000006410e863f1523fd2722eb14da48e7c0525935bd376d0bade2 0.05 MB 149 57
268,970 268,970 0000000000000006a61bf847cffc0d25cd3ca78f181d6021e79fddda1d95d868 0.22 MB 398 57
268,969 268,969 00000000000000085e1d73cc7a4d83f6361198a2c2108ad792af1caeeb07e805 0.01 MB 35 64
268,968 268,968 0000000000000001806bc718240ae035b2d61ff3f6665d57aabf1ad338295d34 0.06 MB 122 63
268,967 268,967 0000000000000003cb304c3adc8edf7c1196c9700c7917b66b5793510137353a 0.03 MB 44 46
268,966 268,966 0000000000000000ded6a246a17356741ee232917510bcc0a10c52b6bc169442 0.11 MB 197 107
268,965 268,965 0000000000000002cab82a1a427f135aefd569b7135722cfa62cdede77d018de 0.17 MB 267 52
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.