Loading Tool

Explorer IconExplorer

Memory Pool

40,278 transactions
25.87 vMB
0.05518469 BTC
Random Selection Loading Transactions
Max Size: 134.70/200 MB

Candidate Block

Mining Attempt 7c19919b2e961dc991a3383b52cdd48cc9f64799b3a9ef04a9be095eac94cc79
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 9d47b377504249ecc2275508681a7b40fbc8eb5be40e22c340f932efbdbace7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,648
Size: 1.00 vMB
Total Fees: 0.00822676 BTC
Feerates: 100.00 > 0.82 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (333,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,089 581,089 000000000000000000195ede777f05c3fecbd2531bb2bc79b23feb22c4df5257 2,691 1.00/1.00 vMB 99
581,088 581,088 0000000000000000000087156a0682a88e56f86cb31041329ccd45440be14660 3,412 1.00/1.00 vMB 57
581,087 581,087 00000000000000000009c8d08489bf18e55c58a06a127813046e19a212c40c8e 1,480 1.00/1.00 vMB 44
581,086 581,086 00000000000000000020596012f0027de51d289fb4a96e596684177e76950157 2,472 1.00/1.00 vMB 65
581,085 581,085 0000000000000000001a78d20893d6c12fe6df02e673eefd70938067569d197c 2,500 1.00/1.00 vMB 67
581,084 581,084 0000000000000000000b621ea4671b9441fa15ff5c2c58267c8ed32ae9cfbfcc 2,090 1.00/1.00 vMB 78
581,083 581,083 0000000000000000000826ac54d2a76813eacff86383ae62830be58879557607 2,468 1.00/1.00 vMB 111
581,082 581,082 0000000000000000000f7fced829f6960f8e625fe0b1562007525877e87272cf 2,229 1.00/1.00 vMB 77
581,081 581,081 0000000000000000000a1bdb8a37dacdbf202ddc3b8a6766d665a5739639b1e4 1,690 1.00/1.00 vMB 65
581,080 581,080 0000000000000000000af159390ee3d5ea95e82ae3c019cef1c16d10e7fbee3a 2,510 1.00/1.00 vMB 72
581,079 581,079 000000000000000000179abf06c00cdb72e064969f2d95f48486c03766b2b4a9 2,912 1.00/1.00 vMB 106
581,078 581,078 0000000000000000001f3b49fedd1e8ccc6c483f9da319ac7f7d484477be812f 2,337 1.00/1.00 vMB 83
581,077 581,077 0000000000000000000894dc72ca0357cdb2f957cd3a42fe3d587ec3bcd2a846 2,820 1.00/1.00 vMB 106
581,076 581,076 0000000000000000001b152e31a7330a41eb3d0c2c4977926b75a6f07967aaa0 2,347 1.00/1.00 vMB 105
581,075 581,075 000000000000000000035316038c1a6e2b2c62f8c2c1eb9472156fde9546c9b6 2,335 1.00/1.00 vMB 83
581,074 581,074 000000000000000000157d8801e857b31be87dff932189e51e9501dd79fbd9a0 1,904 1.00/1.00 vMB 87
581,073 581,073 0000000000000000000ab3cfcf8068317c55d9698af758a518d8e3147ecf6cc1 2,352 1.00/1.00 vMB 98
581,072 581,072 00000000000000000003d077cc42ecdbf6a50ba460d10daf998636c6ad3b3dd1 2,282 1.00/1.00 vMB 100
581,071 581,071 000000000000000000104fd77b171a980c923f1532215a402f5b22979b6d1a3a 2,656 1.00/1.00 vMB 109
581,070 581,070 00000000000000000011e4c1a3dfc75386f6980016bef1528780c5081c4c265f 2,863 1.00/1.00 vMB 137
581,069 581,069 00000000000000000018b724cf9f499d9238be7c572fc176cf8e8dc1782a3a8e 2,329 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.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: 653.95 GB
    • Received: 14.06 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.