Memory Pool Memory Pool Refreshing

50,503 transactions
19.81 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,738 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,351 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,737 (203,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,302 667,302 00000000000000000001d79757634839b7e39cc0da951d8186de6a7a0e7174a2 1.47 MB 1,519 19
667,301 667,301 000000000000000000068c438e60ec6b520a7c01439cf216b1e86e42af743677 1.43 MB 2,774 84
667,300 667,300 00000000000000000002e8faa0066e65fafa554b02e9dc30b45b44723ba8e37f 1.13 MB 1,887 21
667,299 667,299 0000000000000000000cb886e05f42069ce4598d360598e508b6b08c92d404e5 1.29 MB 1,953 37
667,298 667,298 0000000000000000000bdebaddb31fc51b26edcbb3d2cd45604065b8c98f1273 1.47 MB 1,660 36
667,297 667,297 00000000000000000006ac502d4a5a68f05c22a7a1cd9f06f8a517da4dcddf5c 1.21 MB 1,174 74
667,296 667,296 0000000000000000000b4ee841f48d91eb555ffac11514f9aa4b26b859e7d3b0 1.10 MB 1,580 21
667,295 667,295 00000000000000000008ad1e1340f31a30d1fee7d0e3e56a0cf7dd571dc653aa 1.33 MB 3,005 86
667,294 667,294 0000000000000000000041bbd08aaeb64a34f3ec0e67693af49e130646f35b9a 1.15 MB 1,769 38
667,293 667,293 0000000000000000000b73f4dfe55e5958437de7d7a504e7cb72ea19d8436165 1.12 MB 1,624 30
667,292 667,292 00000000000000000000fafc3cabc7a86606033a5fb092d9bb37a4dc481ad92d 1.29 MB 1,960 46
667,291 667,291 000000000000000000069d6765b53cfac92ffe85d4550f085b34fb5ecf76dcf0 1.35 MB 2,787 81
667,290 667,290 00000000000000000000c6a88bb6fb12994a33df1bd48b2605603255f435228d 1.36 MB 3,171 116
667,289 667,289 000000000000000000073782d7c47a6428d00260f48718c35a1af6bcc7dee71d 1.31 MB 2,354 93
667,288 667,288 0000000000000000000a0d064683bea1d55940e55a0c6e01fac2fbad01e28ab2 1.34 MB 2,388 70
667,287 667,287 000000000000000000018c41a40ddeec694bc527b8ce7f67f3020773b75015bc 1.34 MB 3,103 110
667,286 667,286 00000000000000000007c980e5ce711b011db9187acc56fb4d8142f60831afca 1.04 MB 2,318 15
667,285 667,285 000000000000000000085ea2fe4648f08f7ad6a092478b1bc007a39059850b8d 1.16 MB 2,245 16
667,284 667,284 00000000000000000000300bc53f704f0786a99351d1a7df16ccb541a48e714f 1.18 MB 1,444 24
667,283 667,283 0000000000000000000249f3e3ace91bb46946539091b4aac06d4cbfec9548fa 1.21 MB 1,072 54
667,282 667,282 0000000000000000000d104d6e77c9420b36716a602e1b07645199b19c2e81e3 1.34 MB 2,712 100
Previous 10 blocks ↓
Total Size: 700.86 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,385.29 GB sent, 216.09 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.