Loading Tool

Explorer IconExplorer

Memory Pool

45,599 transactions
27.23 vMB
0.07643303 BTC
Random Selection Loading Transactions
Max Size: 143.72/200 MB

Candidate Block

Mining Attempt 589e9b05f1f0917f32115c7b8f6d7a8df4fb693a96ccefb978ba60c591743939
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 91c5e2239d4e1ad4d9e544763dbb6ae153f5c2585214d02516cf13ff3415f1e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02550693 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (288,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,910 625,910 00000000000000000009fc24701dd4508d991179c0b2ca43f445454efc2a4929 2,433 0.92/1.00 vMB 1
625,909 625,909 0000000000000000000e67e0a1ba5bb81d4d9c8f318de588a9e7acb00fefd5cf 2,897 1.00/1.00 vMB 17
625,908 625,908 0000000000000000000c9330b0cccd55eff4bbbbead0296e1c287bf085a6146e 2,634 1.00/1.00 vMB 14
625,907 625,907 000000000000000000058ca9f20d21a854c6210688ae654c454b8033aa950de8 2,576 1.00/1.00 vMB 14
625,906 625,906 00000000000000000003f3c2c1884570a8ee9ebd95f748325a36f6d40b17148c 1,297 0.47/1.00 vMB 12
625,905 625,905 000000000000000000122537d1c8b11ffc35ceddc0344086c8d8f4302d42e8e7 2,600 0.93/1.00 vMB 8
625,904 625,904 000000000000000000041af14b98f128176c3cdbe76a089f5cf9f2572f27e276 2,540 1.00/1.00 vMB 4
625,903 625,903 000000000000000000100121ca98596ea28ec2139d651f878739e295f2d6e439 2,541 1.00/1.00 vMB 22
625,902 625,902 00000000000000000009131d25fe82af2a2e6a7b203b9e130dab95cf519d4994 986 0.49/1.00 vMB 9
625,901 625,901 0000000000000000000bf8d297f2e80f65a0af2bc1db61c4f296cceb01c5d2b7 1,723 0.69/1.00 vMB 9
625,900 625,900 000000000000000000044ba9ec69df088c0b5b62935cf40faadb27d16ec98264 1,455 0.50/1.00 vMB 16
625,899 625,899 00000000000000000006168fde98f659db0122f16bdf6bddecb9d47ad0182fc9 102 0.03/1.00 vMB 7
625,898 625,898 0000000000000000000ee38de580027a15b98afcd95a2dadec5ebc38efb3c861 380 0.14/1.00 vMB 12
625,897 625,897 000000000000000000109a0e78f90aaecd891ea8a4a54ef6a0426e6797b38cd7 1,367 0.51/1.00 vMB 12
625,896 625,896 0000000000000000000893d30684bc4556d1fe583a790433c807309b277b3906 708 0.30/1.00 vMB 13
625,895 625,895 000000000000000000055dd3441933c3e82b9838810579da61f94c0400b136d7 1,805 0.66/1.00 vMB 17
625,894 625,894 00000000000000000005eea6049ab4b089225c1f7cd56299ab9a0179620e3a7a 77 0.04/1.00 vMB 10
625,893 625,893 0000000000000000000ae341d34782c61ed58108edeb04bf4048383e134f9502 2,713 0.94/1.00 vMB 8
625,892 625,892 000000000000000000044d72b8e8fd010c09a10b74d9d95934942ff6b3852a38 2,924 1.00/1.00 vMB 12
625,891 625,891 0000000000000000000b6ca392e83367928ec3687910609bc2b8234c53cebb8c 2,654 1.00/1.00 vMB 20
625,890 625,890 0000000000000000000eaf8eff7626492d55c1e637e653faf4f0306fc7db46a7 632 0.21/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.