Memory Pool Memory Pool Refreshing

41,089 transactions
25.93 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,387 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,487 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,386 (256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,130 863,130 000000000000000000020555d04bc892bc5dd84e9b354acf856259dd75be3a34 1.80 MB 2,937 8
863,129 863,129 0000000000000000000088bfc4351e339f3b5e9a548a1d7a6b16ff35c70468cf 2.26 MB 2,198 3
863,128 863,128 0000000000000000000245b57438674296f2fa1f263f49b0bd7e3b1f282d7130 1.76 MB 3,040 8
863,127 863,127 000000000000000000015f01a4422ecf9d25b6f786b5b70123c7aad75dd3591d 1.71 MB 2,882 8
863,126 863,126 00000000000000000000ef4f5fd1b282cabc4c5095ad52b1ac6f6e4a41e8cb00 1.99 MB 4,120 4
863,125 863,125 00000000000000000002c3b46b9ba97216bab6293719744fee9a56087e3f6f1d 1.70 MB 4,051 2
863,124 863,124 00000000000000000000f759530205936481cde7981b1cccf92eea7315be3eca 1.59 MB 2,469 6
863,123 863,123 00000000000000000000caf48fd0e282fb0d1ec99ce267847b5b2d5202fced77 1.73 MB 2,703 5
863,122 863,122 00000000000000000002fcc6fdcf06585cd50c958f7c7a74df94955115b16dfb 1.50 MB 1,879 3
863,121 863,121 00000000000000000000dfb4108405e5038e75526f2767297ce93a2455250422 1.83 MB 3,353 6
863,120 863,120 0000000000000000000225b70d2072e2d120bbd1bcee0572462d5cbd4a90eebd 2.19 MB 1,709 4
863,119 863,119 00000000000000000002d41c32106cebcdbdfdefa2b3d9b4921792ce19ad47c3 1.51 MB 3,125 9
863,118 863,118 00000000000000000002b4bbde290796f4dc4a4c2ddb46d0acd2ee8155b8b3f7 0.00 MB 1 0
863,117 863,117 00000000000000000001fae615c30be855d857e4ca76413cc55c55b2b2f3bfe0 1.77 MB 1,199 3
863,116 863,116 00000000000000000000643f52f604697c632085c21617aa2bf3b1bf4d519a13 1.97 MB 2,766 5
863,115 863,115 0000000000000000000162eca123cda4b015bdf4efb1095ea7f0cc3205b293a9 1.79 MB 3,370 6
863,114 863,114 00000000000000000000427bc5b1caf67308168064c06eb7d900906151a6db27 1.72 MB 2,755 9
863,113 863,113 000000000000000000021d8257a0d25dd6b49172374cc2ff0bd62be7ba589a32 1.93 MB 1,722 6
863,112 863,112 00000000000000000000c76d313efae0e1d9f485be822219bb4672afedd7f8cc 1.66 MB 3,265 15
863,111 863,111 00000000000000000002cf543797ae65c37a8c518269d54faa2984ea9e41d5b9 1.73 MB 2,979 14
863,110 863,110 0000000000000000000108c06f9ff10c44a5440716f7718943987e604a8ba833 1.96 MB 2,446 8
Previous 10 blocks ↓
Total Size: 686.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,494.11 GB sent, 117.39 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.