Memory Pool Memory Pool Refreshing

55,244 transactions
19.82 vMB
Show Random Selection Loading Transactions
Max Size: 120/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,911 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,297 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,910 (115,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,518 756,518 00000000000000000005d8584fc2701332983507e648551ea441a22bfd57d377 1.13 MB 1,825 11
756,517 756,517 000000000000000000081b7ec1df60294d54164760b858d3262ccced919f672c 0.49 MB 847 9
756,516 756,516 0000000000000000000485397c788d4afba37b920f2344551cd007d866072f90 0.62 MB 1,098 9
756,515 756,515 00000000000000000004a3e5e310e543d525ed7518d13a7f1e9c3245cb2da208 0.98 MB 1,682 9
756,514 756,514 0000000000000000000281714397a3f84cff22e4f51b07966cb07133a1ba6d7a 0.96 MB 1,631 10
756,513 756,513 00000000000000000003cfcc66e6322f31f443c2f0115618f0e3e5c4c15922f5 1.58 MB 2,322 9
756,512 756,512 00000000000000000004ee82855f7b39bead6fe5efa1321aaf7d06008a3dd8c2 1.58 MB 2,818 10
756,511 756,511 000000000000000000031e1ad709516e741f448faecad18bcab12d475411e9cb 1.20 MB 548 2
756,510 756,510 00000000000000000008469dc4c3099a1049cfa479838b6d50babde1e55b94f0 1.68 MB 1,585 4
756,509 756,509 0000000000000000000466504695182dc6cfc0776e70e540ca55065680408eaf 1.76 MB 2,170 14
756,508 756,508 00000000000000000000aee38d4466f7f1ba1df461a2e1134c6b1494581a21bc 1.23 MB 1,284 17
756,507 756,507 00000000000000000002797aa38173614f1722e49f4ef1d55e9f0fba28834b7e 0.59 MB 958 10
756,506 756,506 00000000000000000004b995c2717423753cfcf0353e19cae5d6f385e464ffd5 0.40 MB 578 8
756,505 756,505 000000000000000000057e7aca1a28e1054ba1600f9470aebf1a84794706370a 0.15 MB 248 7
756,504 756,504 0000000000000000000352d95ec4e8018b6f78301b137eea46d287fc7570c2b3 0.95 MB 1,105 8
756,503 756,503 00000000000000000006d2b5ededa6a331f53745a393bd7cc0b2f0dbf5438614 0.82 MB 1,151 10
756,502 756,502 000000000000000000050aea954f812321ba27a99114a78156acc479850430dd 0.54 MB 164 1
756,501 756,501 0000000000000000000202cc373a77b4fac07a2a0d76cd919a5854f6886fa3a8 1.64 MB 1,994 3
756,500 756,500 0000000000000000000268a9d7c8046f68a98a91ea8d3bbe060fd305d5486c83 1.57 MB 2,618 18
756,499 756,499 000000000000000000087c7b60562824fc6ef3d74593ae9f09a4c8087f42741b 0.79 MB 1,498 11
756,498 756,498 0000000000000000000151e9828aa4f5f791953b953361ec3889e27e9f953cc6 0.01 MB 12 8
Previous 10 blocks ↓
Total Size: 703.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,580.91 GB sent, 231.69 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.