Loading Tool

Explorer IconExplorer

Memory Pool

80,115 transactions
34.97 vMB
0.19607534 BTC
Random Selection Loading Transactions
Max Size: 194.61/200 MB

Candidate Block

Mining Attempt 77ca6595cc6a1f364e1ee0c9e1acb497c69520d7dbb29fa992e5d7e461061a43
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 3dae4f0a5487404206c6fc95eb908b124295893b20f0d13fea5af584992d8d5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,614
Size: 1.00 vMB
Total Fees: 0.06117127 BTC
Feerates: 477.45 > 6.13 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

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

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 735.91 GB
    • Received: 18.58 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.