Memory Pool Memory Pool Refreshing

9,686 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,608 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (710,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,707 197,707 000000000000008cbd5cc8cb9e21f3ca8fd32aa8aa6c8bb1f6e16419f0fb6c3b 0.04 MB 106 152
197,706 197,706 00000000000003b6f7de2df572886e742f947df8b25fc91daab17939bd34e40a 0.04 MB 124 232
197,705 197,705 00000000000001342ae0d96675561035d62da1fe0cbe79818b9a07a3882a25e4 0.02 MB 70 153
197,704 197,704 000000000000033ca2a2f4c7a33c1e817f2f72e957ce45ee362baa18a5d06cf1 0.00 MB 4 153
197,703 197,703 000000000000031ca7c39bb18ce75edb6085e3e650f844d77bbdaf2658119d4f 0.04 MB 128 172
197,702 197,702 00000000000001bee0dfaaa28036455e1f53c6b7a0cb8cf4409aaf80a3ec875b 0.02 MB 43 53
197,701 197,701 00000000000002448b1a1fbe7db158c913aa23fbc0689635bf860a3e3fe513e3 0.05 MB 90 83
197,700 197,700 0000000000000211e1bffcedc52b9b2cba1b0d997d2506e79cdd750a992888b6 0.05 MB 128 153
197,699 197,699 0000000000000553f98c2dbb29017e713600e2e42ec3e27f0d0099b0bb94d70f 0.16 MB 435 167
197,698 197,698 000000000000026a2fadc4512925885612d9a515b37c8911fa94277a83f7b775 0.02 MB 67 48
197,697 197,697 0000000000000228594342ae59563aa42d25a9c2e7681d39869be23d9e17ada2 0.05 MB 139 85
197,696 197,696 00000000000003dc208ae4e08f31821e9ebd9fbe9ae03d05db994513083c5b2a 0.00 MB 10 595
197,695 197,695 00000000000000efe979f39f9fb92bd1cfa1eb99c96f763eeecd99227cd92c60 0.06 MB 147 109
197,694 197,694 000000000000033744f71038706592aa76ac2d15ec87e52421a36b40a4aec04a 0.01 MB 12 458
197,693 197,693 00000000000004fbb66cef815a41f3f18795e92c8b9c5655b8f4e431b00ac4c2 0.03 MB 63 123
197,692 197,692 000000000000006edecd599751db5b4ee854eccfe3a69c719de11ab816e449c4 0.01 MB 28 202
197,691 197,691 00000000000002834cf85dbc642ba42cd964f08fd592d461471ba2764b841e87 0.00 MB 15 2
197,690 197,690 00000000000005ff82206c8103b75977717823b8c866b5087edc3f07921a083c 0.13 MB 231 149
197,689 197,689 00000000000003e74a2d52dd7f394809954fa6b478fad234335d9f294ec16914 0.16 MB 200 96
197,688 197,688 000000000000013cbfdd2179aa18920bafb38b0536f67f35abc63809680e12db 0.06 MB 194 80
197,687 197,687 000000000000020dc5b94fe08adbc17c5472019182d69c1d976a4edd41c385bd 0.12 MB 223 113
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, 114 incoming
  • Data Transfer: 1,625.28 GB sent, 93.03 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.