Memory Pool Memory Pool Refreshing

3,278 transactions (1.61 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,786 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,667 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,785 (820,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,094 88,094 00000000000084004f904a8f139ca19e8669174241217933f10b014af0e8190c 0.00 MB 1 0
88,093 88,093 0000000000069e4cdc05a343a524117b30fc72414f43899e455e7fb6fd2b7f11 0.00 MB 2 0
88,092 88,092 0000000000107f57f0f5ea81ce075d995763c1854b2f4f5b9ae3b3f7ec3efe75 0.00 MB 7 0
88,091 88,091 00000000000f811263d6450e45286837b329496895e05f0062a8b61e627b9321 0.00 MB 1 0
88,090 88,090 00000000000f43332b687765feeb92997ed786ca71ec7e4755ddbb06b94a0289 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 771.16 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,857.07 GB sent, 102.85 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.