Loading Tool

Explorer IconExplorer

Memory Pool

79,316 transactions
30.11 vMB
0.08471524 BTC
Random Selection Loading Transactions
Max Size: 183.40/200 MB

Candidate Block

Mining Attempt f6a2cd930264063fe70fc1e08a8db1d81d4680d7981d50339ef0cd0b8e5055a7
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 83f6f78b57a1fa7fdf419dfa36837f49a484789b7a38aa2da571478d6a00940d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01778949 BTC
Feerates: 300.83 > 1.78 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (72,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,861 842,861 000000000000000000019d7567fdb6c3e4428b7acf03e3032488b3b9ab5a10b7 5,049 1.00/1.00 vMB 19
842,860 842,860 00000000000000000002af646d3b1b64e16e2ca7f187eecbeb0e957e7487d621 3,676 1.00/1.00 vMB 20
842,859 842,859 00000000000000000001400cc186f1faff854a51d2f2cb101aed1c2d876c6e51 3,414 1.00/1.00 vMB 24
842,858 842,858 000000000000000000001f74f4852dca689084a42ca83ca69e666a6f15a12d21 3,329 1.00/1.00 vMB 28
842,857 842,857 00000000000000000002f04cf687e42d9970b80accf3a424171ecaa0e0cd5a3f 2,353 1.00/1.00 vMB 19
842,856 842,856 000000000000000000009d3173a4b94f7ec125c21bdf3d4649431ebd6dac2b34 3,377 1.00/1.00 vMB 23
842,855 842,855 0000000000000000000177f5999cd7714fd4f9ba56da5c16f9cb5803c2ed7bd2 3,989 1.00/1.00 vMB 26
842,854 842,854 000000000000000000013d145e51a30b4340f439493a2a526b0ea16ac12538c3 3,283 1.00/1.00 vMB 31
842,853 842,853 000000000000000000003ba411102ec4330c7bb0956029b3b2387371086e488a 3,519 1.00/1.00 vMB 20
842,852 842,852 000000000000000000014ba8b095362f57f81fc045a20cd685238ad3c4fa7f54 5,826 1.00/1.00 vMB 18
842,851 842,851 00000000000000000001eb8ecf711f2fbece9aec05ce4d8cd3f01befdfd5116e 4,366 1.00/1.00 vMB 21
842,850 842,850 0000000000000000000263e92e5c7d4723bdf6b38d6e7ae31da2187640cf2d16 7,544 1.00/1.00 vMB 15
842,849 842,849 00000000000000000000959ef9f0498d7bb48021948f403c2d27633ad47e1b66 5,050 1.00/1.00 vMB 20
842,848 842,848 0000000000000000000068dd416044c2320fb54d35d7dd04ab42220e4bdcee85 7,058 1.00/1.00 vMB 16
842,847 842,847 0000000000000000000114db58817ed6abedef7f567f9b9fe0acc8419d8985a3 4,216 1.00/1.00 vMB 21
842,846 842,846 000000000000000000021daf3321a85f8dd7b7d9706161e5218a59c8edf07280 6,295 1.00/1.00 vMB 17
842,845 842,845 00000000000000000000ae461b8d3dc20f5da80ef9edb8269c791ee34f29bee2 4,427 1.00/1.00 vMB 20
842,844 842,844 00000000000000000002a8f01bbb848e60d08915b8e63ebb731ee2e332ca4915 4,599 1.00/1.00 vMB 20
842,843 842,843 00000000000000000002eee01f6ea9fb57082cd85d9c445b9965bc8f532afa52 4,438 1.00/1.00 vMB 22
842,842 842,842 00000000000000000001111c9e8c5596584774dc2f3cac90736131f0cac15abe 6,150 1.00/1.00 vMB 18
842,841 842,841 00000000000000000000c7780a39eff7406e157f93ddb70b22a38fab48a21b60 5,945 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.