Loading Tool

Explorer IconExplorer

Memory Pool

80,941 transactions
30.26 vMB
0.07586859 BTC
Random Selection Loading Transactions
Max Size: 185.61/200 MB

Candidate Block

Mining Attempt 84dac7caf87dbee0901778210ab8aefe24ae3471378bc3030a543c9a30119dfa
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 5c4b0fd68d209defb59f281211d13c4382f6102b1b61e8c5584106145f14b85d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.00843732 BTC
Feerates: 151.12 > 0.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (479,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,336 436,336 0000000000000000034a15ed81b318c536e4157d70d630440465b71e5578bc96 2,634 1.00/1.00 vMB 92
436,335 436,335 000000000000000002401ef2cd00dc368b3e1f3608dbd944c6f170aa6a940fea 526 0.31/1.00 vMB 60
436,334 436,334 000000000000000000097ca97e38d10d9c9ee9dcf5134ea5680ee80d1b8c41ab 2,113 0.93/1.00 vMB 45
436,333 436,333 0000000000000000034ac644569de8b0d0bb99f2cff82a92ae9792d3efb4f9d9 2,722 1.00/1.00 vMB 102
436,332 436,332 00000000000000000275fd4f68560ef1354ae9f0de453b59b1d22dcba723350e 358 1.00/1.00 vMB 8
436,331 436,331 000000000000000001d18f1a10d40a6bcecc6dd14b43c803dcbc6ee79faf2bdb 527 0.19/1.00 vMB 75
436,330 436,330 00000000000000000106fc5b594586af96ab758b82cff4e55562f30a5efcfbe6 1,033 0.46/1.00 vMB 58
436,329 436,329 00000000000000000419aa473346760a933105d3051b6808176aadc0f480b996 2,708 1.00/1.00 vMB 86
436,328 436,328 0000000000000000043bec0a3b1750b0c63c5d0bb2cce91831c0162ca9f179c7 1,979 0.91/1.00 vMB 67
436,327 436,327 000000000000000002ac28df827569d94ce3b0b70177e97f34dce0c0d2a94dd3 2,348 1.00/1.00 vMB 85
436,326 436,326 000000000000000001053eed73d10cd83859668dbcd0013e625c56e020fab7cd 1,509 1.00/1.00 vMB 39
436,325 436,325 00000000000000000443b4f4a2e1d1d9ddfef1d6d77cc91bb98523c19c24e579 2,719 1.00/1.00 vMB 82
436,324 436,324 000000000000000001fe72285e5567b8211f0f3e302c1d1070f086c595a6ed41 1,852 0.99/1.00 vMB 38
436,323 436,323 000000000000000000730faf4777076d2e7984a68bcedc2a55c40ca50e99bec4 2,379 1.00/1.00 vMB 87
436,322 436,322 0000000000000000027ce7a33bd6b16dfa25fbcb345d3d9835a5d21477b5da22 2,489 1.00/1.00 vMB 78
436,321 436,321 00000000000000000144b646bf12aacad6b5513da7975bd607eb47334a9e0ab9 650 0.80/1.00 vMB 23
436,320 436,320 00000000000000000384d5ad1a59024e7426dbf1e15160351277913e3ba77814 1,323 1.00/1.00 vMB 37
436,319 436,319 000000000000000003841fdb34727a711a39c589126cc3bac9d30179a0bb2b86 1,405 1.00/1.00 vMB 46
436,318 436,318 000000000000000003f476ae0203d8bedda9ad7ff8acbd948207c7582373f425 2,235 1.00/1.00 vMB 77
436,317 436,317 00000000000000000013c7036cf08e87de4678b3697374520cc6f9829554796d 2,592 1.00/1.00 vMB 66
436,316 436,316 00000000000000000345a5f0cb33429684afc6498a8dce0882a8ef9c4c4b2f3f 2,550 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.