Memory Pool Memory Pool Refreshing

33,333 transactions
24.56 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,327 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 3,305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,326 (137,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,114 731,114 00000000000000000005e92e11cc4fbd17e6990863ce502a82233db29050d764 1.43 MB 2,583 8
731,113 731,113 000000000000000000068d8d77f3d739104e9745913d25315d7e1db5624de934 0.23 MB 342 8
731,112 731,112 0000000000000000000438f60afc704473dba42dfee86d574750cd18eef25eb8 0.46 MB 913 8
731,111 731,111 000000000000000000099f4c394a0c30e87c464b01fe5d24703f96a29a70a3ba 0.05 MB 139 7
731,110 731,110 00000000000000000003786580ef6cda8a8546aa1b6a651f688eed635806a3d7 0.05 MB 107 7
731,109 731,109 00000000000000000002106bf95edc6bb254fda0019829bcd18983913dfdb926 1.36 MB 1,226 1
731,108 731,108 00000000000000000000c44fa63e3ae9423f56ef20d5a9b2d8f0594bd0b354ec 1.31 MB 2,123 3
731,107 731,107 00000000000000000006ffc40e86a934769e481fc70d68ab8877da816c9b0edc 1.12 MB 796 5
731,106 731,106 00000000000000000001bbf311700e856d7f96594665d38b81ea02bd435bcfc1 1.43 MB 2,825 13
731,105 731,105 000000000000000000004f832a736302f2e56d3f0d7a2d5bd5d4b7eed173663d 1.44 MB 453 7
731,104 731,104 000000000000000000033a300503e1ca3155d3b39a63c9ef9fddb377381f5185 1.25 MB 1,720 8
731,103 731,103 00000000000000000007f039adecce689fd72fbb65980c098b6743f84da062fd 1.33 MB 2,418 10
731,102 731,102 00000000000000000006fa4642e875fab80ff85a26c88006bfae0c1437869860 0.46 MB 211 4
731,101 731,101 00000000000000000005f44f6ce644503fc799224bd6ca8b647fe2ce751f74d7 1.13 MB 1,210 3
731,100 731,100 00000000000000000001191eb8fc931ed89544b3804b5abfd407208c48731aa0 1.37 MB 1,975 11
731,099 731,099 000000000000000000033d4a8625cbb7e44e3f95a25c48557b923daf374b6faa 0.30 MB 568 4
731,098 731,098 00000000000000000003511d0aade80c5121cf65ecd747cc5aabcfe72af89a00 1.52 MB 2,023 4
731,097 731,097 00000000000000000006634015f26ee138e01253fe5530c29eff78899ff7d08e 1.54 MB 3,029 6
731,096 731,096 0000000000000000000787c2891a55cfcc3bbb7eb379b8b34a00c537d2ddc9be 1.51 MB 3,239 13
731,095 731,095 00000000000000000005c54cc2f248071c5b424dfb82d31513eeb37311279e16 1.52 MB 3,570 10
731,094 731,094 000000000000000000091586dd1efccfd80de10cf917b380857e4577bd300fae 1.45 MB 2,974 8
Previous 10 blocks ↓
Total Size: 696.19 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,002.69 GB sent, 187.50 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.