Loading Tool

Explorer IconExplorer

Memory Pool

70,553 transactions
26.74 vMB
0.07206235 BTC
Random Selection Loading Transactions
Max Size: 160.84/200 MB

Candidate Block

Mining Attempt 388a8951ca6877ede5c676a3773a543bc7ec507ebd99461ffb232afe9a869cad
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root e40084b09c68c0518336c017b93424cd08ff8acf277407b318e90b846313cd4e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.01498257 BTC
Feerates: 136.43 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (42,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,613 872,613 0000000000000000000036a767227cff86692912590398322959c6210e85ecf5 4,847 1.00/1.00 vMB 8
872,612 872,612 00000000000000000000b4ed733fe89c5174aa3a7669dbd4e5913ebd5b078f19 3,928 1.00/1.00 vMB 5
872,611 872,611 000000000000000000008cbface7ee621a05b58c2dc13e64dffbfb7f47164800 4,961 1.00/1.00 vMB 6
872,610 872,610 000000000000000000026e3d0530b2c3c0362375a6ecfc2c91c3c1889a949fb8 4,788 1.00/1.00 vMB 8
872,609 872,609 000000000000000000018cf3e7fead917d423c845adff44e9ef4a0b6b7347492 5,090 1.00/1.00 vMB 9
872,608 872,608 000000000000000000002918b074b11c0b5c92ecf16237baeafdaabb48f76b05 6,294 1.00/1.00 vMB 8
872,607 872,607 000000000000000000005cb017b57cd1e4807a5e9cd3710abe9471ea3451cd7d 5,580 1.00/1.00 vMB 11
872,606 872,606 000000000000000000003147ed445ad1ddae2eeb2d2ada17237fdd59bd2b7d45 2,424 1.00/1.00 vMB 2
872,605 872,605 0000000000000000000021ea379c66a2dff96d96bd3600c65f88a52e6cfa0f3f 2,285 1.00/1.00 vMB 4
872,604 872,604 000000000000000000011913ee37c94795c537adf7ef20e8f2cd5be850378695 2,776 1.00/1.00 vMB 2
872,603 872,603 0000000000000000000185d7e52251feabd59ee5d7b01aee939a034828e92e7d 4,813 1.00/1.00 vMB 3
872,602 872,602 000000000000000000004f74f99a34e7e862de314d62faa99aa1e519fd14c888 4,000 1.00/1.00 vMB 2
872,601 872,601 000000000000000000023fd52413d88d83f8d85fdcd4bc9c8d336620c40a439f 4,613 1.00/1.00 vMB 2
872,600 872,600 00000000000000000000e8dbf32fc4e7b0ec39e4177705fa804e517da00b7031 4,231 1.00/1.00 vMB 3
872,599 872,599 0000000000000000000267cb4ce5d114f7c252818a3c4bf596b536dc51f8a73d 1,977 1.00/1.00 vMB 3
872,598 872,598 0000000000000000000254bc22e3623c056c1ff6b3df78be8bdf0719c3a4e1c0 3,570 1.00/1.00 vMB 6
872,597 872,597 000000000000000000014c7c95cfd0ea68b15cd48b445bf3c635b64dbd02f8cd 3,735 1.00/1.00 vMB 5
872,596 872,596 000000000000000000028cd20028f0b99af1d6b5949c20f83cdcb341c95e2842 3,685 1.00/1.00 vMB 4
872,595 872,595 0000000000000000000120df67dabab90c8512eab4ee6d006173791c4c8fb32f 3,914 1.00/1.00 vMB 5
872,594 872,594 000000000000000000004c7f5889b97855efd4b21b5518226a92735437f2b318 5,844 1.00/1.00 vMB 4
872,593 872,593 0000000000000000000103fd0667443a17c8ead56951644c21c2b2da88fb3ed8 3,051 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.20 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: 754.94 GB
    • Received: 18.94 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.