Memory Pool Memory Pool Refreshing

79 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 68 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (719,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,899 187,899 000000000000012c935c8ff1df87a42c474c0a2f6bcdb6f8a03347023f338598 0.05 MB 182 123
187,898 187,898 00000000000002762655edc1b7133d01d09757edcba659e3a26e4b10458d09f6 0.10 MB 389 191
187,897 187,897 00000000000006d2a01bdcce55afd008091cd5dcf6f51ea87b3bd4a863098f69 0.00 MB 13 1,713
187,896 187,896 0000000000000175cb964db4e257170fb5c72bb702558a72e257fb4d4adef95d 0.05 MB 151 351
187,895 187,895 00000000000007622a3d366d113193ffd1975a13257dfe829934264080681ae8 0.02 MB 31 74
187,894 187,894 0000000000000609ac8e5a050598d8203644470022f4733be7382e413f8445e4 0.03 MB 63 93
187,893 187,893 00000000000006a9037aac661c1be69a796906ee5f95b3ab8edcd6ce7c68194c 0.03 MB 90 13
187,892 187,892 00000000000006f513f35167cb90804532fe654b5d8979683a8e6832729dd83f 0.17 MB 385 298
187,891 187,891 000000000000080d731a50b32e246c865562ade12dc46d4647f98b2803a8f5b6 0.03 MB 76 195
187,890 187,890 00000000000005c702f10bacad8f612266264b392cd6eaad86bead687bc95b82 0.01 MB 32 0
187,889 187,889 00000000000007945ad08752e4d4e43a7c888ac8d1293d1f83251f2f5c8b60aa 0.04 MB 91 230
187,888 187,888 00000000000007ab2ddc176651a6ef7b8edaa4df6abf42e1b788373e0cbcf9b8 0.01 MB 24 112
187,887 187,887 00000000000007bf6cf99c5f1d10f5136cfa26ca629645174a65565f75aad136 0.02 MB 42 183
187,886 187,886 000000000000021c6ed48d4a0f63bc78a322001dd883d1b46c15cba575c502fb 0.02 MB 38 189
187,885 187,885 00000000000001eeb7c4e0f1782208cc065a0e639608ff6ebdc140a0405379db 0.06 MB 134 340
187,884 187,884 000000000000082b8cb95aadb50618c14da5ecc9c32708248ac17e30c25beb22 0.03 MB 87 90
187,883 187,883 000000000000071ff4805276330c717a97371ef9c3a3205708bdece19837bba2 0.12 MB 246 122
187,882 187,882 00000000000008016f594108b511be6dd5830f229b771e6e1e86c8ed8e01317c 0.10 MB 256 238
187,881 187,881 000000000000027ad75044cafd24f714b41c926df5eb205ac5b6408748902c71 0.05 MB 110 99
187,880 187,880 00000000000002e33d6bb5db96751b3f8a61f984c290a7ec38d51589944c8b63 0.15 MB 281 177
187,879 187,879 000000000000004491c20d386ced4ca97806528c14574708266647a2e72d6a52 0.23 MB 387 97
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.