Loading Tool

Explorer IconExplorer

Memory Pool

86,468 transactions
31.64 vMB
0.14848211 BTC
Random Selection Loading Transactions
Max Size: 190.79/200 MB

Candidate Block

Mining Attempt e04a9534886119253bad18c8e045871c2fa15d6a0362c6d8dd069b5985ccba56
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root cef460df896d83e9beb11aeb61f7e8ffe32351497946f8239b57e007d5cc33bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.06612291 BTC
Feerates: 214.31 > 6.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (413,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,747 501,747 000000000000000000090185242ed53d05392dae4da45dc9d7d38952eb4d1c92 2,868 1.00/1.00 vMB 471
501,746 501,746 0000000000000000003701e5a842b9cd90f82185d57d0a800eaa4ff4677a440b 3,106 1.00/1.00 vMB 555
501,745 501,745 000000000000000000605f11973106e695b15a71ccc05089a352a729c72efac1 2,664 1.00/1.00 vMB 534
501,744 501,744 0000000000000000005d051eec452581ffdc97c453e213fd973a0e2fc4c41b2a 2,886 1.00/1.00 vMB 722
501,743 501,743 00000000000000000035085d691d5268d0648c5ae634d33db92208d2d3e3bb9c 2,990 1.00/1.00 vMB 626
501,742 501,742 0000000000000000006cc6f3590fa2984ba8a24a84868a0f116000d790f3f1d9 2,491 1.00/1.00 vMB 295
501,741 501,741 000000000000000000181410a3a2e4daa0c3211d880506fcab5006968a75e9e3 2,499 1.00/1.00 vMB 468
501,740 501,740 000000000000000000681771d7a9a90f8daee085ed27987a34cdcdc3edfafd58 2,854 1.00/1.00 vMB 657
501,739 501,739 000000000000000000201ddb62b52c7bb4057ee7bd6e7ccc151544a59f1a3501 2,580 0.99/1.00 vMB 645
501,738 501,738 00000000000000000057e70dcd325b71ca4c2ea05f4685398ae655b867055543 2,453 1.00/1.00 vMB 403
501,737 501,737 00000000000000000066fd32f93e1c52fd5d6ebb66246f3639d36c3cbc59f339 2,527 1.00/1.00 vMB 660
501,736 501,736 0000000000000000001351718d558140f255c64d672171f3d259651d4f2c7033 1,642 1.00/1.00 vMB 409
501,735 501,735 0000000000000000007fb1c7df3671b34e4a0ffee651c8dc0796aefb0a9d97f3 2,857 1.00/1.00 vMB 485
501,734 501,734 00000000000000000017f7bc2ced830531a6bffd7b604c8d533a056ff72e72a0 2,289 1.00/1.00 vMB 598
501,733 501,733 00000000000000000050f355e5085e2520d0a4084c1974630aac6c34718ba91c 2,736 1.00/1.00 vMB 747
501,732 501,732 000000000000000000888235f8d61fbd6cba88a513768fea5639dc88ef18e90c 1,718 1.00/1.00 vMB 455
501,731 501,731 00000000000000000009472bd1daffed3676ab43c7a8a75efe7a98035d4623b4 2,353 1.00/1.00 vMB 609
501,730 501,730 000000000000000000921fef61a0691b9e82324f51b15d984020a48647fb6662 2,214 1.00/1.00 vMB 563
501,729 501,729 00000000000000000036141efd9a3c9c15f21320005782788276a6944aa8b4af 2,150 1.00/1.00 vMB 785
501,728 501,728 00000000000000000013460c16ffa09553e9739aebbd467d7bf34284f2dd5134 1 0.00/1.00 vMB 0
501,727 501,727 0000000000000000008b28f1726cc181500c7898a63689a9c9e723643e593261 2,230 1.00/1.00 vMB 676
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.77 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.