Memory Pool Memory Pool Refreshing

24,733 transactions
30.95 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,840 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,005 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,839 (66,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,216 796,216 0000000000000000000318712e90fd5acdb471ddbefcea179bf0c1ac6a400fc2 1.76 MB 1,572 21
796,215 796,215 000000000000000000046d5e2217f96e4a50788b0a8a8be25853e80e04c2529e 1.65 MB 2,508 26
796,214 796,214 00000000000000000000b9749f4d465c49368308c45dc3a0d92964d2bb5f51d3 1.85 MB 451 18
796,213 796,213 000000000000000000037e0ec534e6cce1b2ccd4e1795758c0822dcf941f0020 1.62 MB 2,084 23
796,212 796,212 00000000000000000002a614cdf962c09c2359f4fffda931ec48d4d0802be112 1.44 MB 1,363 21
796,211 796,211 00000000000000000003247afd7802f6408935081d10e4c9b1f5d23a55dfb7b6 1.93 MB 1,897 22
796,210 796,210 00000000000000000001d30dc226dfb7f61ec1ca7624b2dfe0956ced0404cfee 1.64 MB 2,861 21
796,209 796,209 00000000000000000003d5ed3732a19d7cef1c3c036eb0438d478ef72b2c50fd 1.41 MB 2,484 30
796,208 796,208 00000000000000000000ceb0bb3a15a771c9d729edd14a973a2707e3752e156d 1.32 MB 2,110 29
796,207 796,207 00000000000000000001ca2298ebf8a4ebaad2315dd2e13cd1ca5c9131ca9979 1.55 MB 3,162 39
796,206 796,206 0000000000000000000246fa0bdc7125f4a1a34548f6ca9351e18f7730d30e9d 1.71 MB 1,354 21
796,205 796,205 0000000000000000000384218bdd112eae47c4a61429f0bea20f201fce329d1c 1.36 MB 1,888 21
796,204 796,204 000000000000000000041bdf6e89aaa38dfcf461e2d2e327157dd50e049c4518 1.58 MB 2,961 23
796,203 796,203 00000000000000000004010d2fee8544471c23087322c454b17dd29fd014ef91 1.53 MB 2,368 20
796,202 796,202 000000000000000000023e55ec4e717b867aae1657cb59b20ad9414d662d5ca4 1.54 MB 3,390 26
796,201 796,201 00000000000000000003edbdabfaf6dbc5f7fbc641bf1fa59a1f260ed68c326e 1.57 MB 3,922 34
796,200 796,200 00000000000000000003b011f74c8b5cccf95035f50bbab96cefdb84ec77e302 1.48 MB 2,908 47
796,199 796,199 0000000000000000000084449fcf785a3e2b73d354c4dd501b3af7dda8490505 1.75 MB 3,418 26
796,198 796,198 00000000000000000003c74f3f04fae2635c10af9c7156897f7159a66a5b7802 1.52 MB 2,896 30
796,197 796,197 000000000000000000006a1299c3145d6d6aa1305459a52d92878f33ed086a44 1.59 MB 3,532 40
796,196 796,196 0000000000000000000013aaa0239dfb5c34bccbf77a8004de59586885843d60 1.44 MB 2,838 53
Previous 10 blocks ↓
Total Size: 685.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,404.62 GB sent, 110.55 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.