Memory Pool Memory Pool Refreshing

68,215 transactions
25.42 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,989 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,634 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,988 (15,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,709 846,709 00000000000000000000a9de64716bf8b4d387163e9660933e4d1065d7929dfa 1.53 MB 4,994 44
846,708 846,708 000000000000000000010ad6a256f83ecca0557d8f21005d37aaf90c9ef8fbfa 1.49 MB 6,513 37
846,707 846,707 0000000000000000000092cdf0b4970fe18bedb5818ca335e52c1141bfd54ba0 1.58 MB 5,758 37
846,706 846,706 00000000000000000002b261a8b453f946c3ffd5657ea83f2e22b200a26f9d23 1.49 MB 5,203 41
846,705 846,705 0000000000000000000118613120bdd8bf3bb80760f07aaef9bf67921440dcac 1.53 MB 4,539 48
846,704 846,704 00000000000000000001aee30e7ac9c31bd62d3e47f52e01b0e123c3644c6790 1.70 MB 5,523 51
846,703 846,703 00000000000000000001583b296fda5e18321d31935ac44dc7c65c083d59a5b6 1.46 MB 4,056 62
846,702 846,702 000000000000000000016ecc02f3efbae207340909a20c144c7d1ffbf6c00cce 1.37 MB 4,882 43
846,701 846,701 00000000000000000000a08674d2433a1d39ae82babec3718fc556fdb3230987 1.45 MB 6,112 57
846,700 846,700 0000000000000000000235f0cbe09681ae32be6ca2697d16c2ab6baa3ea8bccd 1.42 MB 5,632 66
846,699 846,699 0000000000000000000079c52ed7cde7edc08a47f2afb6ae1ad3533a5544b1a0 1.53 MB 5,955 42
846,698 846,698 00000000000000000002301247d1ac08ee47321a603644196bdd2ce8b67c148a 1.46 MB 6,507 44
846,697 846,697 00000000000000000001583daaee89d395e5cce9961a231ca01356905bb9d292 1.47 MB 6,588 45
846,696 846,696 000000000000000000014c4960b82c7096cefc93ba71d5bb9d6fd4fe0f0b79e8 1.56 MB 6,515 37
846,695 846,695 000000000000000000024b134002a7a1f94a1c6081bb93d71b5fff88beff01ea 1.46 MB 5,800 41
846,694 846,694 00000000000000000001ed84fac8cb8f4f34ab4d199f8f533f6dbf16416f9876 1.50 MB 4,729 48
846,693 846,693 000000000000000000027f637b7d7bdc3bf94d6a1eee77c0fbf4507815717c2c 1.66 MB 5,280 42
846,692 846,692 00000000000000000000450998da875552e6126c8ddbe2f6cfb8067b07ea4d7e 1.48 MB 6,236 57
846,691 846,691 000000000000000000032f101bc7778f7113b4da20343ddc74dec381da6e02e0 1.55 MB 4,852 56
846,690 846,690 0000000000000000000321660279887bf0fd9a3cebf22dfde129ef01d6577f83 1.46 MB 6,311 63
846,689 846,689 00000000000000000002722c62208d6060b814bc30c9458272f899153d792ffc 1.45 MB 5,663 74
Previous 10 blocks ↓
Total Size: 684.14 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,328.74 GB sent, 99.44 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.