Loading Tool

Explorer IconExplorer

Memory Pool

84,440 transactions
31.99 vMB
0.11291562 BTC
Random Selection Loading Transactions
Max Size: 193.81/200 MB

Candidate Block

Mining Attempt 0f70ad5f7530f343aab4525122c1c3e9da7cb97d794ec987bdad6379689e147b
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 619d444b19b1339522cb1d09dbe18227e3ff1f4ed4f77fc05681a76e5ed5924a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,475
Size: 1.00 vMB
Total Fees: 0.04024140 BTC
Feerates: 100.69 > 4.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (216,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,604 698,604 0000000000000000000e1872422f19156a86459cf69bcc6d678bb424d74c3d0b 3,623 1.00/1.00 vMB 9
698,603 698,603 00000000000000000009f4221ca34d2ff6b07b1fcfd633274d0163a50ad43086 1,779 1.00/1.00 vMB 11
698,602 698,602 0000000000000000000d2dc6055d525b7ad07ce4d5f8b477000580e7e3ba8f19 528 1.00/1.00 vMB 5
698,601 698,601 000000000000000000051d9e3751b245a1567d3732fcb6fbde8cf186b1c7ea8e 2,298 1.00/1.00 vMB 10
698,600 698,600 000000000000000000044bfd0dab3cd8be47aa622107e7e912cf2a568b160cc6 2,728 1.00/1.00 vMB 21
698,599 698,599 0000000000000000000322e432cf5826b8c456a905aa54eb726759eb3f1eaa48 514 1.00/1.00 vMB 6
698,598 698,598 00000000000000000004a777d86355be9726be230a8aa0b7452ecad1339bf8b8 2,293 1.00/1.00 vMB 10
698,597 698,597 00000000000000000001f3eff1e9f5375e44c16f5158d47d303da64a54b377e7 2,692 1.00/1.00 vMB 15
698,596 698,596 0000000000000000000cb3f893bb8852237b6913de06e74e23e44416b73945f3 2,437 1.00/1.00 vMB 6
698,595 698,595 0000000000000000000fb70f3890e685ba3b5a66b189e88d5198f9af476e214c 2,534 1.00/1.00 vMB 13
698,594 698,594 00000000000000000002fa348ec2214023dda9aacae579ef694e9481a3ae1ddd 1,356 1.00/1.00 vMB 8
698,593 698,593 00000000000000000001db53cba9aa160e1323e77df893b3d93655ac31e2660a 1,763 1.00/1.00 vMB 22
698,592 698,592 000000000000000000027440829032eb1e2da4ae1d448a76a9198510fc7c5e17 3,636 1.00/1.00 vMB 6
698,591 698,591 000000000000000000093107a4b70ea4a065724ad5df45fa1fdbaf4cd94010f0 3,622 1.00/1.00 vMB 14
698,590 698,590 0000000000000000000f5d098b572d501abae2a0e4fcc41212e8d1c7da91ec8a 3,225 1.00/1.00 vMB 10
698,589 698,589 000000000000000000045bb6b5ec22659b178d5b4aecaf825295bcb82ee97b3c 3,107 1.00/1.00 vMB 8
698,588 698,588 0000000000000000000380876809ce2a6a2a5153c3368e3bf91f4abf4cb943bf 2,916 1.00/1.00 vMB 19
698,587 698,587 00000000000000000006ef6c021c9917b111223b2e97fab392328642d403b521 2,521 1.00/1.00 vMB 17
698,586 698,586 00000000000000000000f7cf3625f8715924f51430873c8e82d5e4a3359ce11e 2,623 1.00/1.00 vMB 18
698,585 698,585 0000000000000000000499cfb89d254f47098187d0fb0fc25a717c08e24b93fd 2,761 1.00/1.00 vMB 22
698,584 698,584 0000000000000000000e60fcef5f02c1901fc91502c1b0e67955c9e2430b8f4c 4,422 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.72 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: 703.53 GB
    • Received: 16.64 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.