Memory Pool Memory Pool Refreshing

57,296 transactions
25.79 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,050 (2,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,520 859,520 00000000000000000000c0f5f3efe3676c366d3d991936c2f038c2c40104ca97 1.46 MB 4,201 7
859,519 859,519 0000000000000000000234870e60ab33272660815544526443aec0b669b4e204 1.65 MB 4,591 5
859,518 859,518 0000000000000000000242dfd43c2b21c14719249348fa3b74588fa284060a5c 1.54 MB 4,393 10
859,517 859,517 000000000000000000004d44ce25d92326fa3646cd83b6ab31cb683c6210d5a3 1.58 MB 6,285 3
859,516 859,516 000000000000000000012fc65349e4d3af15820865ead46a189deb21ee8ed39b 1.55 MB 5,502 4
859,515 859,515 0000000000000000000014de42f2763817faa0012e359c84fb4014a3aa3135ec 1.55 MB 6,109 3
859,514 859,514 00000000000000000001a0de3bd77e81dd64de2be936c45a6db16f30c5b1861c 1.55 MB 5,319 3
859,513 859,513 00000000000000000002bc8b6e5a7778ef1782d15fa3b1293302976a8d4e3c22 1.68 MB 6,422 3
859,512 859,512 000000000000000000026c8da337d3b352569e2fea77d8176915fc1870f181ff 1.63 MB 3,664 4
859,511 859,511 0000000000000000000223db0c7fd7bb1cbb580a06633494f89c58b9c1240c3f 1.68 MB 3,548 4
859,510 859,510 000000000000000000023242614c1a4cb1e5f2dcf6fad5951d497478ae39970a 1.53 MB 3,227 9
859,509 859,509 00000000000000000002cebd5d0ccebc32ae3791b512f71f28de1ab0f5670526 2.21 MB 2,251 3
859,508 859,508 0000000000000000000014d21aae7a0b1bf09c3e01767d189799a38ec6ff2198 2.03 MB 2,217 3
859,507 859,507 00000000000000000000e599a8954c72c61d10bf20017a9abfd06a1eaf392aed 1.69 MB 4,115 6
859,506 859,506 0000000000000000000142f5e8e83cf5b343dd7852b39e39037b1c1a2249ec84 1.61 MB 3,142 14
859,505 859,505 00000000000000000000ffb07ab71e04813333ed329256db56cb1d4e8cb8df90 1.71 MB 5,940 5
859,504 859,504 00000000000000000000b1c236815bbf47893b3eff3d411915673b10e23b51d5 1.60 MB 7,273 2
859,503 859,503 00000000000000000001448ae2463edb4eb80f654c4f555cbe814cdd4e50ba15 1.56 MB 7,791 2
859,502 859,502 000000000000000000029a0c5f2b52cf9065b6c9f8c3e3bb7e7964f4ebfacb7c 1.67 MB 6,717 3
859,501 859,501 0000000000000000000021ec698484f9a3503d3509c18926785c9de83d57049f 1.69 MB 7,117 3
859,500 859,500 000000000000000000018e7833311520073214a46a768fef9cb44133cfd98162 1.69 MB 5,689 3
Previous 10 blocks ↓
Total Size: 684.25 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,331.27 GB sent, 100.10 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.