Loading Tool

Explorer IconExplorer

Memory Pool

80,210 transactions
34.61 vMB
0.17398714 BTC
Random Selection Loading Transactions
Max Size: 193.78/200 MB

Candidate Block

Mining Attempt 02f42376399f6c67d09a9267f41bba7e44c64cc739b6fc3668a22d5ddc70b6fc
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root a2c304203f52dd13bd1921de3c3ee623a85a72bf437a20df3e827bd1bbc1d351
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.04592678 BTC
Feerates: 150.93 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (400,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,622 514,622 000000000000000000334789be3f3de1a7b22bc5e3be1fba6b3f990c94724df9 1,189 0.66/1.00 vMB 27
514,621 514,621 00000000000000000019848d36f189f43bf918d80ee38bb4c73f325f3b7deb7d 257 0.30/1.00 vMB 22
514,620 514,620 00000000000000000034e7fdbe1a336a457d53bba689f5d5aac8211a1d4de18a 163 0.20/1.00 vMB 10
514,619 514,619 00000000000000000050da80bb0424212120baa6138f949c02398f43f61cb4cc 444 0.41/1.00 vMB 18
514,618 514,618 0000000000000000001d9af30e18ad12d4c55892571704cef939f15e30b5e702 121 0.28/1.00 vMB 5
514,617 514,617 00000000000000000045372d3db894649206a505b0f4d8752fa72cf78e8a7393 187 1.00/1.00 vMB 2
514,616 514,616 0000000000000000003977b42dacc1be148b9f838bb0084a93efd7d62939423b 288 1.00/1.00 vMB 7
514,615 514,615 00000000000000000031428176ebad037860b7facbf0ce0b7d4e61b3fd25e215 2,106 1.00/1.00 vMB 33
514,614 514,614 00000000000000000015f07e159a559cfa982cfbf0034f7f2afff91fc4646835 1,642 1.00/1.00 vMB 26
514,613 514,613 00000000000000000030580c589115bfeea6a0c29e82af6bcc2d4fe1e562e0e0 102 0.11/1.00 vMB 10
514,612 514,612 0000000000000000000199a08a5e9d64059c183ec47aee1894e5663b4a46fbb1 698 0.93/1.00 vMB 10
514,611 514,611 000000000000000000312a27c6ad4c5379a0524d9a3bbfad02f64fd13bd8220f 963 1.00/1.00 vMB 13
514,610 514,610 000000000000000000466707c2322e4572f4e15b7b6aee0e48b769d0d4ce88d7 324 1.00/1.00 vMB 6
514,609 514,609 00000000000000000021c0ff4fcb0fd737357e44830a3c5b1d230ad190952c8f 429 1.00/1.00 vMB 5
514,608 514,608 000000000000000000123ec1f3c4e8c2835ab6dae3477a0b103d897e2009ad91 2,085 1.00/1.00 vMB 25
514,607 514,607 0000000000000000001366f44f1bb332ee9e520fea9b2590911484469a748a85 3,311 1.00/1.00 vMB 18
514,606 514,606 00000000000000000045b9a3f6c9a8f2e5f33b2aeba24e2e8b130d7b31d9487d 1,983 1.00/1.00 vMB 64
514,605 514,605 00000000000000000011ee6af56575a1d76a130bac5a51e31457b6da155db568 13 0.01/1.00 vMB 13
514,604 514,604 0000000000000000002dff5ddc1d15e1705a545ee725e832aa2adedea8cbbcf5 1,059 0.45/1.00 vMB 18
514,603 514,603 0000000000000000000bbb3bf0e23b6edf5b0f35dd87cdcbe6f81b51be8b2f59 1,512 1.00/1.00 vMB 30
514,602 514,602 00000000000000000029809b0422e1d53128e26c0eb7110ffda45d0a6172849b 226 0.32/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.11 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: 734.15 GB
    • Received: 18.55 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.