Loading Tool

Explorer IconExplorer

Memory Pool

76,788 transactions
28.61 vMB
0.07107643 BTC
Random Selection Loading Transactions
Max Size: 173.34/200 MB

Candidate Block

Mining Attempt 65c579a57a33a18a3c5a7c767fd728a7e54a6ec9034fedfc0ff5ca242d562789
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b7b22243e7e2ba23b791e1920148531c6e22eaa538d77113e0eb639125cfd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,419
Size: 1.00 vMB
Total Fees: 0.01172360 BTC
Feerates: 71.79 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (396,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,649 518,649 000000000000000000125e932a1857c916a4c7bbeef401243c10267693d0c854 416 0.15/1.00 vMB 23
518,648 518,648 00000000000000000028b0a6d775ba22acc84d15560dc086d7e976225ae12391 1,552 0.86/1.00 vMB 11
518,647 518,647 00000000000000000031f978af68516ad4c6dfc6f6eaf84705bf3657943c1651 2,360 1.00/1.00 vMB 28
518,646 518,646 0000000000000000000bf9b3d2c22cdf2071eb32fac06e899526794c162ea7a0 839 1.00/1.00 vMB 2
518,645 518,645 00000000000000000042623952e2a441e640cd01683fc37536c0d0d14f12c19d 2,418 1.00/1.00 vMB 24
518,644 518,644 0000000000000000001b50b7d637141cd145af3caa68fde38b256ada0e701645 52 0.06/1.00 vMB 10
518,643 518,643 0000000000000000002bbea2fc92547925680f06ab5b65e950252f4c4c6e95de 1,476 1.00/1.00 vMB 26
518,642 518,642 0000000000000000003f3ecc4ff19b581dc8f4efba4f3e6157d3edb05ca84c7e 2,301 1.00/1.00 vMB 20
518,641 518,641 00000000000000000037a98b5a9519e99fe631126a322708dea74fbda06b6d40 1 0.00/1.00 vMB 0
518,640 518,640 0000000000000000004613bdd8eedd365d51ad4b8bb9cf93986752a1a1744934 2,211 1.00/1.00 vMB 20
518,639 518,639 0000000000000000003947fa1fef0bfde46d9c842a07949ee236dc68c4d1b4b0 2,954 1.00/1.00 vMB 11
518,638 518,638 0000000000000000001f0c885ddb83570d2888741177a8b4be90dca8ef9d9cdc 2,400 1.00/1.00 vMB 69
518,637 518,637 00000000000000000042922e4ac7b0a6a994c19ccc552ee2fd673e57d0e9f8e6 2,166 1.00/1.00 vMB 20
518,636 518,636 000000000000000000083f638f696cbd0472083ea136d3fe726d4884685396db 2,413 1.00/1.00 vMB 33
518,635 518,635 0000000000000000003ca519e5ddbc4427bc0c5f5c06a970b29bb81e4496bd62 2,047 1.00/1.00 vMB 34
518,634 518,634 0000000000000000003e5f66b6e98368f9a1b0b7c1425dfdef399964912efe6e 2,690 1.00/1.00 vMB 57
518,633 518,633 00000000000000000024f7e6d59d1a415b9629b94d1f0251e345dafa088e7fc8 2,374 1.00/1.00 vMB 22
518,632 518,632 0000000000000000001ba1ce0e267418089f46d08bc4ba411ca6b7787a6c88e3 2,339 1.00/1.00 vMB 35
518,631 518,631 000000000000000000337073455fe864c5385302ad78917d33c9f90451dc0312 2,617 1.00/1.00 vMB 44
518,630 518,630 0000000000000000003fa7b4962451b2ac5d46a1f421675e647892758e9b7031 345 0.14/1.00 vMB 32
518,629 518,629 0000000000000000003c664b5c79c49806a5b843a5d0e8da18fa5acf1e977832 850 0.39/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.