Loading Tool

Explorer IconExplorer

Memory Pool

78,127 transactions
29.48 vMB
0.10625891 BTC
Random Selection Loading Transactions
Max Size: 177.56/200 MB

Candidate Block

Mining Attempt b17a0a5baecb3d3e80c5baf902766e9cb03d7906cd03d794bae584971b680a5c
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (282,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,065 633,065 0000000000000000000bcca197cfc9db813205b19beb33abb23b1c3128970194 1,744 1.00/1.00 vMB 20
633,064 633,064 0000000000000000000f2c6172cbff130ce0ee207f9437d5ea99e4850f6f91f3 2,174 1.00/1.00 vMB 14
633,063 633,063 0000000000000000000930c069875ab5831df94d9f5732e8678d57152003880b 1,269 1.00/1.00 vMB 12
633,062 633,062 00000000000000000001f17de38b577bf16a8b4354876cae58b6db2d58e4a740 2,377 1.00/1.00 vMB 22
633,061 633,061 00000000000000000005c6aac3aa506fa5d01e93c9afcf3be3be821d0d3d6cd6 2,611 1.00/1.00 vMB 61
633,060 633,060 000000000000000000035bda4284ade2eed3fc615a913f7ddf1aa2278fdb723d 2,361 1.00/1.00 vMB 22
633,059 633,059 00000000000000000012353ee79db3e74bd8b4122b3c5fa40569a60676e54c97 2,878 1.00/1.00 vMB 44
633,058 633,058 0000000000000000000c32ff7b2462d78548c00e21c7a3cf6607b89900d081ec 2,950 1.00/1.00 vMB 28
633,057 633,057 00000000000000000013fb2b595904cf44bfb98723b7f000cfe2c3d4208e3054 2,514 1.00/1.00 vMB 60
633,056 633,056 00000000000000000012d8445ef121b2327374da74a5621247a95be97bc04307 2,685 1.00/1.00 vMB 64
633,055 633,055 000000000000000000139298459a2cd63b24c9ff8bafe94ad97e9c8c753bd790 3,137 1.00/1.00 vMB 88
633,054 633,054 000000000000000000137170cc98319a21441e769e9139c70ae2b199f12a3bcd 2,838 1.00/1.00 vMB 43
633,053 633,053 000000000000000000021c842d2b23863d9582807b2cd0580458b2aa0d26a64c 2,918 1.00/1.00 vMB 38
633,052 633,052 00000000000000000003aac85acac6100e7f0e4644e8b6b8419d696cad9e3fb7 2,895 1.00/1.00 vMB 64
633,051 633,051 0000000000000000000eb7b1443449650d5418cfcbee40ab608d8fc092503edf 2,843 1.00/1.00 vMB 74
633,050 633,050 00000000000000000005263a13e04a0cbc233dd412ea2be0162cc63f8dc6eeb6 2,758 1.00/1.00 vMB 69
633,049 633,049 0000000000000000000d1bad0a4f87ab1b76fe294bec57de94d0238a5e52ea67 3,215 1.00/1.00 vMB 90
633,048 633,048 0000000000000000000e226ec91883ee643dbf637040961c7d01316487bbbca3 2,229 1.00/1.00 vMB 46
633,047 633,047 000000000000000000011f256a2fcde2bb3aaf232547d050de5cbd6759acda03 2,110 1.00/1.00 vMB 19
633,046 633,046 0000000000000000000d696dbc539a8d34c0fa52dfb48cea5510b430eb2d917b 2,664 1.00/1.00 vMB 24
633,045 633,045 00000000000000000007dea2bda88ab006c00ff73f92dd67d24d5284dcf1e9c2 2,093 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.