Loading Tool

Explorer IconExplorer

Memory Pool

77,839 transactions
29.38 vMB
0.08773195 BTC
Random Selection Loading Transactions
Max Size: 179.25/200 MB

Candidate Block

Mining Attempt c52c3d6f30ac4a9e50083b7361463849cf3d3be95c1fbcc78108294721cba99f
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 15bb34a6d6f6cecfea4f894665f252e46c6827d1578c966530eecfaa17375899
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.02310814 BTC
Feerates: 301.35 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (328,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,939 586,939 0000000000000000001a0084c8c5da588c56e531749e5c4966fa9899d8d7c9d0 434 1.00/1.00 vMB 79
586,938 586,938 00000000000000000009dc8fd4a3db059d8c7bc177ac8807ac854e0e4e9af7fa 1,194 1.00/1.00 vMB 81
586,937 586,937 0000000000000000001410c3b82bcb0902ff38d82029e8edbcd05bf7b8c5df9d 2,875 1.00/1.00 vMB 50
586,936 586,936 00000000000000000017c848bebeb48a6b24a0cd49ceedc47c75b1ab383b478b 2,608 1.00/1.00 vMB 26
586,935 586,935 0000000000000000000cc9916de80df3b78a896dc9cb51bd9e08a8d169626dfd 2,680 1.00/1.00 vMB 55
586,934 586,934 00000000000000000000e4308fd993f8843bab24773e48525c643f8db8c11e48 2,816 1.00/1.00 vMB 37
586,933 586,933 0000000000000000001189e67beaa774af04887b4b9f904c691a9d31d249ca72 2,634 1.00/1.00 vMB 50
586,932 586,932 00000000000000000008d9f9c578da60a33c333b5762335343ee18c9f776e396 2,459 1.00/1.00 vMB 60
586,931 586,931 0000000000000000001ad867c0db9ddad14ed1e80a19251cbbd3a1fa13eb0de4 2,809 1.00/1.00 vMB 60
586,930 586,930 00000000000000000014051173264ec38cd861d6d6bbebc8462b81cd06badb9d 2,978 1.00/1.00 vMB 103
586,929 586,929 0000000000000000000bab0f9c827bbc92f0cc11a12861e4a2442dd6afa389d4 609 0.20/1.00 vMB 35
586,928 586,928 000000000000000000051d71e93a2202db7f7974afbb4843b1030b789c860b9f 1,902 0.75/1.00 vMB 37
586,927 586,927 00000000000000000000f59f95b78660bcbdb3f029999baf3604df76e14c3748 1,465 0.73/1.00 vMB 7
586,926 586,926 0000000000000000000f0054acd90bca756d5476aebd0182f5db723fb78d08ef 2,551 1.00/1.00 vMB 8
586,925 586,925 0000000000000000001710c9dbdc82d2ca68b112a4a4e4236cf3b99917b56490 2,902 1.00/1.00 vMB 46
586,924 586,924 0000000000000000001bddb326190cd6ba4d155d0a6038aeb57cf3d4a3f36c3d 3,329 1.00/1.00 vMB 63
586,923 586,923 000000000000000000179d0d2f0dca90f65587c5016bc461774fd9ee97275744 1,449 1.00/1.00 vMB 86
586,922 586,922 0000000000000000000cb802272792211aadc5ce58dd167ded3ea2dc1b9d7fe1 2,107 1.00/1.00 vMB 40
586,921 586,921 00000000000000000019b203c631b39ebee2d862dba3395845405f6845d24f94 1,705 0.59/1.00 vMB 22
586,920 586,920 0000000000000000000a27ab511c63d8dff7f3e12037e249b2af0d75b50ac825 2,647 1.00/1.00 vMB 43
586,919 586,919 0000000000000000000a8aadc6463f9021e38076d7c854cf1db11200ae5fd4bd 1,516 0.93/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.29 GB
    • Received: 17.06 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.