Loading Tool

Explorer IconExplorer

Memory Pool

76,247 transactions
28.43 vMB
0.06537982 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 62d5b617cbdfb502436bd65316cd7b59e940eac9998c912f1621f2d6408ca0f8
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (324,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,066 591,066 00000000000000000003a45679ffad9c5427b644a2fd012725f00a84c6e7779c 2,462 1.00/1.00 vMB 43
591,065 591,065 00000000000000000007588cf64e39e328dccbf050c0c4ce9d10579a1003cc54 2,302 1.00/1.00 vMB 32
591,064 591,064 0000000000000000000b4f387984bbf8a0b9fcf21258453853fdf38ee9e3bc6b 1,935 1.00/1.00 vMB 6
591,063 591,063 00000000000000000017084fd1f011ff5f02946920467d97a6adff1c03a95227 2,253 1.00/1.00 vMB 37
591,062 591,062 00000000000000000002d77f1c1451ef9333a4cdf1a8d512ca10dd5d7f5147f7 2,558 1.00/1.00 vMB 55
591,061 591,061 00000000000000000009abae16608de9e8cfbcea71e369ca1b639c39d4a0f3d6 2,903 1.00/1.00 vMB 34
591,060 591,060 000000000000000000183950e6738036bb9c3fcd9d2a31c0eab6b97e5b39d268 2,233 1.00/1.00 vMB 59
591,059 591,059 0000000000000000000a4d7d3a1de8fa59464828a860b01c7419162700aa8cee 2,532 1.00/1.00 vMB 27
591,058 591,058 0000000000000000000aa2aa733cba28e337717fec788095bb92d12505dc5807 2,246 1.00/1.00 vMB 41
591,057 591,057 0000000000000000000c61d528c53a2ab99010cb5c7ddd46ab89af0764c7f679 2,526 1.00/1.00 vMB 57
591,056 591,056 000000000000000000187228721b10263efeda91638081ecff5622abd8bf6dcb 2,157 1.00/1.00 vMB 35
591,055 591,055 00000000000000000014a0296877f13736f29a316499a97371b7c7ed963c89fd 2,092 1.00/1.00 vMB 37
591,054 591,054 00000000000000000003f525daedfd0001f7f3e77da4b1117f71a0abfb0a1151 1,969 1.00/1.00 vMB 54
591,053 591,053 0000000000000000000b304d45ae7149390d58e12c4ae0d8568f1754175dca69 3,071 1.00/1.00 vMB 61
591,052 591,052 0000000000000000001491c15d1be6be09946d8ca92975040d48a1b09267a4e9 1,716 1.00/1.00 vMB 40
591,051 591,051 0000000000000000001307957f94fa3d066efe1406c2fffde4522fbb5a137832 2,823 1.00/1.00 vMB 48
591,050 591,050 0000000000000000001b1756d0b68f15b8bcc980a6395ce990fd1002bcbb8f01 3,087 1.00/1.00 vMB 83
591,049 591,049 000000000000000000137429dfc1930c615d9c40e9d8d1cb624647e43b54c353 154 0.08/1.00 vMB 62
591,048 591,048 0000000000000000000fcbab21457c82baeca3df2f7fc7f63c9c7c18f3a0d5e4 2,717 0.98/1.00 vMB 36
591,047 591,047 0000000000000000000be816b7f6abbab3875e3288a575b8568d3f7cdfaa7dc3 100 0.03/1.00 vMB 32
591,046 591,046 00000000000000000016e02903422600f4232898eb92a1738819c98dd6d0d9ca 2,636 0.97/1.00 vMB 25
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.40 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.