Memory Pool Memory Pool Refreshing

66,971 transactions
28.00 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,108 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,814 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,107 (474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
868,633 868,633 000000000000000000003b1d71e82b1b3e5fe9a7ba8f1edbf815086de00f31cc 1.58 MB 5,940 3
868,632 868,632 000000000000000000005d85d139a4e8559986078fdaca8a4da9dfd5535c7c9b 1.56 MB 4,960 3
868,631 868,631 000000000000000000005f6b53e2b7882dd230559e9b8c51b0fc38b1b79e8aa0 1.51 MB 5,417 3
868,630 868,630 00000000000000000000b277cc69d67d48062e248eb4126f47d5d33c976ce745 1.56 MB 5,383 3
868,629 868,629 00000000000000000000d8757983124139afc4024329ddf4732d6093ac00fae7 1.93 MB 1,828 2
868,628 868,628 00000000000000000002a8bccefbb3d3cc0a0d01a2f2478426901a67386c17d3 2.16 MB 694 1
868,627 868,627 00000000000000000002cde2ed62ad6b236f4b040fd6b953d79a77193f17550e 1.63 MB 5,029 3
868,626 868,626 0000000000000000000255eff8d510d3d9d488c3d06f13fb0682266318c3d36a 1.64 MB 5,509 3
868,625 868,625 000000000000000000003ee9f3ca2a3420193f70195459bb954bab5e764eb45b 1.83 MB 2,146 1
868,624 868,624 00000000000000000001b22162c950ddde937f5738ebec7ba29b61600352c1bb 1.47 MB 2,738 1
868,623 868,623 000000000000000000013d8465179a66de12a1b1a0140b02c127606dca260835 1.65 MB 3,866 3
868,622 868,622 00000000000000000002930caf412b9acfcdb45b7079e06861af80db48049534 1.55 MB 3,380 5
868,621 868,621 00000000000000000001612123ce7ec223c21ba16c12cf17c5337126c2e65daa 1.51 MB 4,072 10
868,620 868,620 0000000000000000000117d7031dc4ca361e7084dd139dfab16ab2fce7602ce4 1.82 MB 1,745 2
868,619 868,619 000000000000000000022e52eab5a699dfc33b5fcb66923d941136e001c120bd 1.63 MB 4,878 3
868,618 868,618 000000000000000000007485889f28ff7db7ba62d8e2c39f475bb1430a5b2d69 1.56 MB 5,991 4
868,617 868,617 000000000000000000028390b185e6c9138fb170098b52e8fcdd9274364be53d 1.82 MB 4,428 4
868,616 868,616 0000000000000000000017e484340ded5c9411c6d49c51bda8a406aa97443741 1.74 MB 3,982 4
868,615 868,615 000000000000000000025549066342663cd0dbf7c593421564091159d7a68c2b 1.55 MB 5,871 4
868,614 868,614 000000000000000000027aa1896d1d1d488c9ccb3612f92a5ca36fca96773750 1.51 MB 5,478 4
868,613 868,613 000000000000000000013b0bef991676bb401c66f2bd7cc241368324b447e507 1.61 MB 3,574 9
Previous 10 blocks ↓
Total Size: 697.77 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: 2,061.27 GB sent, 196.58 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.