Loading Tool

Explorer IconExplorer

Memory Pool

81,474 transactions
30.48 vMB
0.11370273 BTC
Random Selection Loading Transactions
Max Size: 183.58/200 MB

Candidate Block

Mining Attempt de5e2e23dc9df324f08b9d11f7073839ad4036250e157c8e591abee0cf18ed05
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ddb8b2072c2234b9c75d99ff007a5e340a60e074383f0e224ebd70f21aa1dfa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.03897703 BTC
Feerates: 180.34 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (738,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,814 176,814 00000000000000e4a201f6590a9d9ae043858dd7527384356f3a23f4e511f430 38 0.02/1.00 vMB 165
176,813 176,813 000000000000029e2f6ff378fb22ababdf27d4d063c3b79d918595630c53f183 20 0.01/1.00 vMB 247
176,812 176,812 000000000000060300c01241f37792fa009c25180acda2cf6266110cf4820e2e 46 0.04/1.00 vMB 74
176,811 176,811 000000000000039bfc6762cd2a6a333f65841069388009a7a11284cfbdc49aa6 122 0.05/1.00 vMB 104
176,810 176,810 0000000000000a9622a4f8a69267a36087b7cc9cb8d0c7c6f168804229799416 34 0.01/1.00 vMB 131
176,809 176,809 00000000000009524bfe7a8f1fd292420611e081070147d0f942bf3cbe38209c 20 0.01/1.00 vMB 382
176,808 176,808 0000000000000662d8024cf77d94e39b19e8f261456e0dcdba2b8ba37902d4c8 20 0.01/1.00 vMB 238
176,807 176,807 000000000000075d7a4876db6e9fcc6db242403b19f8e580d6f7e1787dd1dfe4 7 0.01/1.00 vMB 3
176,806 176,806 0000000000000117aa0d15c81cb5b96df13b97176628a8113dc86160defe983d 102 0.03/1.00 vMB 3
176,805 176,805 00000000000006cbc5a34c7749dda1493ed3715249f7c9e7b7403c30990fdd64 62 0.05/1.00 vMB 163
176,804 176,804 00000000000006d63acfd1fef811b661480dd2352d9d9e445eba5a1026efa3fc 34 0.02/1.00 vMB 91
176,803 176,803 000000000000051936a9ad55e47e0a32a016bbebccd904d1f901ff369beaca47 70 0.03/1.00 vMB 80
176,802 176,802 00000000000005232fb19a6a0d6aaad0fe69bcc3e19dea4801bb63f2b36fefb9 121 0.04/1.00 vMB 310
176,801 176,801 00000000000004888299169d3a1e56f0eb4b0be9ea1debfecd58ad66d16de400 18 0.01/1.00 vMB 256
176,800 176,800 00000000000006ef4d9200e7b5e1b22fdf21a6c5b9cda2441d8b2dd281e739d5 24 0.01/1.00 vMB 30
176,799 176,799 00000000000007cd90f37badc4cfd917acd34ce7a580fc1776ef6e32c7030327 9 0.01/1.00 vMB 53
176,798 176,798 0000000000000513b10358612c9fc040ca8b7b83fd6d7d946ab290474aa282fe 57 0.03/1.00 vMB 98
176,797 176,797 00000000000006db9b6eb2bb0c6a1f28b5e37aecb15dd0891b0c6170c4100a25 36 0.02/1.00 vMB 108
176,796 176,796 0000000000000566b06b64b6bff407f0711f40b634b1c352e5a188c0152a137d 11 0.01/1.00 vMB 65
176,795 176,795 00000000000003ba58ea2c6731520463643a6025f47b807f72af67a3e5f429bf 83 0.03/1.00 vMB 60
176,794 176,794 00000000000002250a9f8b0f926f5afc38adc7c961d7f28d4d1c4b5f82a4c0ba 82 0.03/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.