Memory Pool Memory Pool Refreshing

5,429 transactions (2.06 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,299 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (820,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,089 88,089 0000000000032ccbcdc507da333a543bd24e45b8aa7b7011a9aaf0fc92075250 0.00 MB 1 0
88,088 88,088 0000000000115defb3c21512182113262a85e0b00cb33439d734f5744e7c13bb 0.00 MB 1 0
88,087 88,087 0000000000144189b05359f4d2c3d3a5b1cd1aa1786281beb44681290d58ee2d 0.00 MB 5 0
88,086 88,086 0000000000096c437e9a4cbbb7df3ccba3c5c78791593b7682a7795ee35d5a41 0.00 MB 10 0
88,085 88,085 000000000017f5d3a7c8057c0816e7bada9575eb77a42aef9bd50e6385a51611 0.00 MB 8 0
88,084 88,084 000000000011d6cae6be7c315d1656890b9734bea5d091921955833a04d5233c 0.00 MB 1 0
88,083 88,083 000000000011ae023c6febff2d71d7c7e10c0ede1dcc51a04c8b84d6dc86a8ad 0.00 MB 1 0
88,082 88,082 0000000000196886b0e7140583220ddb7f4f158a22867c3d8784f63e138b7369 0.00 MB 1 0
88,081 88,081 000000000005a27a0299a35a21b001a4b9546a758deade7807833e50214e70c9 0.00 MB 14 0
88,080 88,080 00000000001aa99d3498a9b8abfec312090224966089c1f991ef1cb94ee8c626 0.00 MB 1 0
88,079 88,079 00000000001a5174158093ae5ee320093a990365333fa43fcad579150ad473c7 0.00 MB 12 0
88,078 88,078 000000000007dc50cf273bf75cbb8a88ae840d4dec70e5b8d98527eea222fc3f 0.00 MB 4 0
88,077 88,077 00000000000eb5cf624d9bbe44c4bcc96d0442138a256d72645896427fa2642b 0.00 MB 2 0
88,076 88,076 00000000000bc44b01bc5842338b37bbce0d3674005fb26ff216c0bb6893b109 0.00 MB 1 0
88,075 88,075 000000000014e88913e5061618f6c7f46076515192d2b3348ee92f4fef3a1d74 0.00 MB 1 0
88,074 88,074 0000000000084f387d4528351e572520ae485cf6be17fc2900e54a48f168ee33 0.00 MB 3 0
88,073 88,073 00000000000af1c54548404689e00ddc9e9e9875e883c95bb622cd0ca1415daa 0.00 MB 2 0
88,072 88,072 00000000000013f5e2235e7ebc031bb51f7c1c71536cc8e8955fc119f9e2cd69 0.00 MB 3 0
88,071 88,071 00000000000ef93804588da2af2f52849cf236a04bc0108969b4ad9f402d182c 0.00 MB 2 0
88,070 88,070 000000000019f3b2dec4897215f5be5a0806402c29e0c95b13a863ffeac2031b 0.00 MB 2 0
88,069 88,069 000000000003c8151bb09f22fe8e55739886f34f7b2df481b2ff9b6bb6282a5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.91 GB sent, 102.78 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.