Memory Pool Memory Pool Refreshing

49,260 transactions
26.66 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,812 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,811 (54,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,978 814,978 00000000000000000003e63fcb00c5adbcf6a2e87653b66e3d3d055f24d9ecc9 1.60 MB 3,596 23
814,977 814,977 000000000000000000039113e2995e8673734db9e65e9ac1835a267da42bf60a 1.40 MB 3,199 41
814,976 814,976 00000000000000000003d501571c7fe9373d73791b14a8ee3dadf27f61ec2f33 1.55 MB 3,409 19
814,975 814,975 000000000000000000012c0142399499e8a41a6cb1cdaf1beaf7d52d4ea56f1a 1.57 MB 3,385 24
814,974 814,974 0000000000000000000471d56fba77cec7ab8e37c0a5e95634a5805703576e1a 1.51 MB 3,247 31
814,973 814,973 00000000000000000000b95cfe2001bdb45bc1315da594e5e0ac4912f2ad0f55 1.57 MB 2,994 17
814,972 814,972 000000000000000000044a583c4a62cf1fd31f6c2a1e6d47887a345f0bd3e5bf 1.56 MB 3,581 23
814,971 814,971 00000000000000000003659d7ac80ffaabd78a1a7e98d4020e70cb8369fb60eb 1.58 MB 3,306 26
814,970 814,970 00000000000000000003b34aa4bbf713c56edaa05eca8bcbcc31fb0741e4dc53 1.56 MB 3,559 24
814,969 814,969 000000000000000000031ae2b464e3d6a5fc8d737e0d816d719f7c6d4bdaf5a8 1.59 MB 3,800 21
814,968 814,968 0000000000000000000285c876aab6290ca40a585c00317151e7b7eaee7050e9 1.63 MB 3,050 19
814,967 814,967 00000000000000000001e957c59237b60dd3994191f5701c66df92873f7e48eb 1.44 MB 3,583 34
814,966 814,966 00000000000000000003657e7ad4af6c5aa035a75f8a9d2f6d0db15dd8df3988 1.61 MB 3,383 17
814,965 814,965 00000000000000000004697e2aefd66723596b07dfa4d1629d17470fe16cd80c 1.54 MB 2,339 7
814,964 814,964 0000000000000000000249a31c65b3afc784b80ae11e9e2b669137384eb2a8ba 1.85 MB 1,726 7
814,963 814,963 00000000000000000002307431d150b473fa259f0fc78d5e7b9151772ca50e06 2.03 MB 2,562 16
814,962 814,962 000000000000000000007513bc40ed890db9f0f03a4d1b473776194ee823c3c5 1.54 MB 3,048 17
814,961 814,961 00000000000000000000d069960b1841d294f93fbd8210b0ede70569f20a092e 1.39 MB 1,716 13
814,960 814,960 0000000000000000000194b5e89d825c716fc7a9a387bd752c27404de206bed6 1.58 MB 3,313 18
814,959 814,959 0000000000000000000192878b71362fdcfe3f7a6c7d23063d9b4df0729325a1 1.56 MB 3,802 26
814,958 814,958 000000000000000000007e184e9c0956c7a9b61bb4010a0e043df9c88dbb956f 1.75 MB 3,464 5
Previous 10 blocks ↓
Total Size: 699.11 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,108.60 GB sent, 204.65 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.