Memory Pool Memory Pool Refreshing

66,211 transactions
31.81 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,148 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,262 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,147 (132,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
738,117 738,117 00000000000000000006d8acd2beb9bfb26254279439d54f45d0137f936af783 0.48 MB 732 12
738,116 738,116 00000000000000000006a759c1e603521db159b23dac37b5933af10719645a2e 1.83 MB 2,065 8
738,115 738,115 00000000000000000006ba0dac10dded12ab7f696af092dc5d06474c21cb3d97 1.96 MB 1,408 1
738,114 738,114 00000000000000000007f803e2f2089f8d3feab75b3a0106e379496a9b0cd2bf 1.57 MB 3,307 13
738,113 738,113 0000000000000000000824b4fe1db373ab1c845e685fba0217342219a3d5fd9e 1.51 MB 3,543 20
738,112 738,112 00000000000000000002d829a5d4153a8ebc0d9351e5848ef2e6eac29c095aab 1.46 MB 3,189 19
738,111 738,111 00000000000000000005ce91859e1852aeb828a0fb11184de906f955741fc680 0.42 MB 826 13
738,110 738,110 00000000000000000003a2dedfacfd622fe31c480e77d6587dc6d17cbf5781ae 0.93 MB 676 13
738,109 738,109 00000000000000000000441366f9def2add6c3231c730c9d6cf2060bfba9000e 0.66 MB 1,113 15
738,108 738,108 0000000000000000000033921b6300eacabc2a0350e6cf36f6bfc92903cb5325 1.08 MB 2,116 13
738,107 738,107 000000000000000000081221451c41b59ab26359fdd6b6d59b44594d755c3e90 1.23 MB 2,184 8
738,106 738,106 00000000000000000006d77e0a721b8e55501b28225c65241c5609368389384d 1.44 MB 3,119 18
738,105 738,105 000000000000000000095ec9780628fcd0a6e3f2ebf6472684bf0fe005983556 0.13 MB 255 16
738,104 738,104 000000000000000000027e51320c3bfcade8af932d2625239eee2d1b2f6f7e7d 0.77 MB 1,393 14
738,103 738,103 000000000000000000078f3fbb2519a06f8b0815eff634dd17c09e2d591394ca 1.32 MB 1,389 7
738,102 738,102 0000000000000000000471a510836c0934fc0af48a8fcbafe6c6325cd3ddf8d0 1.62 MB 2,297 12
738,101 738,101 00000000000000000007a177670c070c143a295558232af966691f6996bf9529 1.65 MB 2,547 6
738,100 738,100 000000000000000000000207f132d716e2d37fd538c6d91702dfa82a2f827b52 1.49 MB 3,331 23
738,099 738,099 000000000000000000071dd5ecb9456403243c3ee0429239296269f048dadd51 1.50 MB 2,602 9
738,098 738,098 000000000000000000084ed7afe22a3b62a4a63a779ebdaae78d631e5fff43db 1.26 MB 1,611 17
738,097 738,097 000000000000000000017984b30a9321efe64758f18dc3d56d4373db3be14928 1.35 MB 2,434 25
Previous 10 blocks ↓
Total Size: 699.73 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,185.72 GB sent, 208.61 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.