Loading Tool

Explorer IconExplorer

Memory Pool

79,076 transactions
30.06 vMB
0.12413145 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt 598cb24d3d12fd0fd7742357aa52dac12d254591b46adae08693708f15d92af4
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 0a803e285e5ba59e79c21eb891a0c0f7f8f6e90daaa533a040681f34f5368e38
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,750
Size: 1.00 vMB
Total Fees: 0.03819083 BTC
Feerates: 673.02 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (599,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,059 316,059 000000000000000005e680cb78fb035177ac108e7b0f81a40cecc077eca51cca 896 0.58/1.00 vMB 24
316,058 316,058 000000000000000008b41c0d6028289047f6dd74d508f707b10148a2f19ad874 269 0.19/1.00 vMB 22
316,057 316,057 000000000000000005f4ab8661fbc69b64e0839becc028125c28eeb3274ccf23 140 0.08/1.00 vMB 23
316,056 316,056 00000000000000003211affedb4cedba49124ddcefa4039f3ebdd46c94522227 37 0.05/1.00 vMB 6
316,055 316,055 00000000000000000b796ff8acbe691b2b99fa2dfc4204234b7db87420750c58 108 0.14/1.00 vMB 16
316,054 316,054 00000000000000001a7f4e3cf2c0f3096faafd76b0a427ea1cfd62497308d30d 742 0.42/1.00 vMB 28
316,053 316,053 0000000000000000114635fb382a473713ccc8e23d10006b699546309252666c 408 0.28/1.00 vMB 23
316,052 316,052 000000000000000028d040303a07a81dbd05e7d3a6fcc90ca4ee40b03d0b24a6 40 0.02/1.00 vMB 27
316,051 316,051 00000000000000002a7c666d69d9e28cff15c1f57dcdd54b4a06f9cd7fbea243 96 0.06/1.00 vMB 22
316,050 316,050 00000000000000000876db4405d75e59579a9422e4574342f237358bbd771eef 56 0.02/1.00 vMB 31
316,049 316,049 00000000000000003637e197070ff8d62dac9a889baecbc83df0cbfcbe424bff 294 0.30/1.00 vMB 18
316,048 316,048 00000000000000002bedefa084b79fd032951cc49528cadbbe29e081a61567b3 256 0.09/1.00 vMB 42
316,047 316,047 00000000000000001bb6fa442639cddd1b61bc0027dced3df92a74335843aa3a 293 0.30/1.00 vMB 20
316,046 316,046 000000000000000007ee9bba842ea673834f5ba4c5c1fd1887d2033cd9da64f2 71 0.03/1.00 vMB 31
316,045 316,045 00000000000000001f9f8af5654532db64d558f7a0c5b188399670ed7cc7bdbf 140 0.11/1.00 vMB 24
316,044 316,044 000000000000000020bf0d00c6fc20c70210dabc625ce0180c142f131bd01bd5 579 0.26/1.00 vMB 29
316,043 316,043 00000000000000002c201db3f34c96765603556af7d1d6609c866fd23f239f3d 10 0.01/1.00 vMB 10
316,042 316,042 00000000000000002515e6359e2b9cecbaee988ce3a697cdebe77262879e07ae 126 0.06/1.00 vMB 25
316,041 316,041 000000000000000006125ff1d68f809a8e87b72f594185cc3c2b67fd9c0f2cf4 126 0.07/1.00 vMB 21
316,040 316,040 00000000000000002f8be3edf06502935c3a3272daf0c9cc709a98c8431ec150 515 0.31/1.00 vMB 25
316,039 316,039 0000000000000000246f7a548d45ff0d529df12b181cb737f64715dd05ecba27 71 0.03/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.