Memory Pool Memory Pool Refreshing

33,759 transactions
31.18 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,392 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,391 (48,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,652 813,652 0000000000000000000026ffa9472c792455e34bf95de610f347a68111d5322f 1.54 MB 3,130 45
813,651 813,651 00000000000000000002e1d95da74967c3d7abcaeecce3a8c03ae71c9336e3b1 1.58 MB 3,111 62
813,650 813,650 00000000000000000001598e50200689e5bef61653ae174a708cc1756c18b63e 1.97 MB 1,124 53
813,649 813,649 00000000000000000002cc9d974a75ca1f5a2c0e3961ce9fd182963aadd38b2d 1.40 MB 2,688 42
813,648 813,648 000000000000000000048d702f2ae8ed931e10319511105d76f9fd50ab3cf2a4 1.68 MB 3,564 43
813,647 813,647 00000000000000000004875a1e4dddfcdf7a56214e3de512d7ae808f0190095b 1.58 MB 3,478 51
813,646 813,646 00000000000000000002920310481d6725248d1b6bb0c285a0e0c5917e97afb2 1.54 MB 3,197 71
813,645 813,645 000000000000000000045bdec2f6c2cc9c20eb2339d476b54ef5f579015461c3 1.61 MB 3,417 38
813,644 813,644 00000000000000000000c89ccae5334f85b514e3a3a5ffb2184b8f8c4efe0a2d 1.68 MB 3,391 39
813,643 813,643 0000000000000000000280606119e7ceb2aafae9b6abb1a0452592504612cb05 1.52 MB 3,471 59
813,642 813,642 0000000000000000000061d16cd176a26f6880c9a1f0414ab5cbc4830719f162 1.52 MB 3,313 57
813,641 813,641 0000000000000000000060c6602916761c1d2c560322f5afe2bb2fefbe88c2f6 1.49 MB 3,083 46
813,640 813,640 000000000000000000028a81ea39133e72027edad0f13a66360896dbc492d412 1.45 MB 3,222 43
813,639 813,639 0000000000000000000119d78ea88c8c5c52b9a4f019caf463e2567122a1389c 1.56 MB 3,515 42
813,638 813,638 0000000000000000000113e0dae0bcc89fbe47d274edb7884a6722fcccacbda6 1.55 MB 3,771 57
813,637 813,637 000000000000000000018e5ed68255576e55305b08c80a7385a2b09f0ebcd6fb 1.55 MB 3,918 41
813,636 813,636 00000000000000000002b4ea6f16cdb486662c9e51cfc544de1c0b7803afa124 1.49 MB 3,395 47
813,635 813,635 00000000000000000003a0ac221c5d9d3872607960f1bdf97dd19155b0fee3f2 1.19 MB 1,438 63
813,634 813,634 00000000000000000000bf0f0c3cac09720205050005872b125169c8ad425efc 1.20 MB 1,346 67
813,633 813,633 00000000000000000002ae82ce3df9c41f7288a3a7f26686c424a37ffbf78fd6 1.26 MB 1,731 73
813,632 813,632 000000000000000000016a37abe2687dec80e6c5eab572343bc295ff8841a8ff 1.60 MB 3,422 37
Previous 10 blocks ↓
Total Size: 684.91 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: 1,366.64 GB sent, 104.35 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.