Loading Tool

Explorer IconExplorer

Memory Pool

78,937 transactions
29.42 vMB
0.08327169 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt a538509506d53a58f093aa66b3c49cb8ed9268f20710f4e5b3d22b13a4d32702
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (131,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,849 783,849 0000000000000000000361afb320d3023025e5836079f0b8e5001b4a77598da9 2,662 1.00/1.00 vMB 6
783,848 783,848 00000000000000000002bb641ef91f897ca1af6d396ef92dc526498acbe2dcb3 2,230 1.00/1.00 vMB 13
783,847 783,847 00000000000000000000cd71fefe1999102f88f29f9dab25dec632a0c4fa1811 1,921 1.00/1.00 vMB 9
783,846 783,846 000000000000000000045d1f7f82f6b0cd25b4fe32668b07c713846b7bfdb036 2,215 1.00/1.00 vMB 23
783,845 783,845 00000000000000000003951607dc7b1625276a0d1e09ccf4bea4afa00b78c3e6 1,024 1.00/1.00 vMB 25
783,844 783,844 00000000000000000002176c541df7566f76123a6b8722bddf5d576e34e15aa1 2,547 1.00/1.00 vMB 13
783,843 783,843 0000000000000000000266a50e8ba9a8ee75c0b2ff761a5d44f5400ab0383182 2,723 1.00/1.00 vMB 11
783,842 783,842 0000000000000000000323a2c5f309a003488eb4c8b8a600cfc55f930fac35dc 2,038 1.00/1.00 vMB 9
783,841 783,841 000000000000000000055adda8ef100834f99517f127dd22e7841555d2898155 989 1.00/1.00 vMB 10
783,840 783,840 00000000000000000003650976350de44ea2366fbe583655625c95c57fce6e95 1,269 1.00/1.00 vMB 10
783,839 783,839 000000000000000000042a7ced72e90d6656e2d203e17c987b9a9b8fbf6b14b9 2,300 1.00/1.00 vMB 27
783,838 783,838 000000000000000000054076776403ae216dd02cb253d87f2eaf295963d92540 2,116 1.00/1.00 vMB 27
783,837 783,837 00000000000000000000f0390fce89846fade8152eeef7b5ece8822d5d34b0bb 993 1.00/1.00 vMB 7
783,836 783,836 0000000000000000000585058204cdac36e7bde22d5d0e20aaaa11f23af98657 2,563 1.00/1.00 vMB 23
783,835 783,835 000000000000000000010caae99b2b21667b1f87eb1df1aedf7751c51c96ac7f 2,778 1.00/1.00 vMB 23
783,834 783,834 00000000000000000003277e8e72f4d1c8a888182bf7fb3248a2c9ecdac50cf5 2,848 1.00/1.00 vMB 13
783,833 783,833 0000000000000000000087a5f513283320dca4e0fc75c74d95082235368397b7 3,363 1.00/1.00 vMB 19
783,832 783,832 00000000000000000005c295bd18d59a8c54a4374e17a0db5631f52713d641df 1,849 1.00/1.00 vMB 14
783,831 783,831 00000000000000000004aeef4d343b5f61fd820577afe3b4037ca8e00d55fd5b 3,558 1.00/1.00 vMB 12
783,830 783,830 0000000000000000000158b0c9ab06a299f360b653f9477157441026f9bb6701 1,401 1.00/1.00 vMB 16
783,829 783,829 00000000000000000003e0537a0ce0af23ca1c74b0ab3fba3c58a08ca1ca19c4 1,727 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.