Loading Tool

Explorer IconExplorer

Memory Pool

80,209 transactions
29.86 vMB
0.07467901 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 55172863b4674bc2927342d99d6a55c1353433678bbd6a9869edbaa9f50e5f2c
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 25a6483aead048f1799931894c3c1a6a70f1bde18ba537c272c0ead010549168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,931
Size: 1.00 vMB
Total Fees: 0.01383966 BTC
Feerates: 197.70 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (775,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,091 139,091 000000000000092f0c08e622182ed4458417e50976748e82cb04cd1e70f1d381 1 0.00/1.00 vMB 0
139,090 139,090 000000000000028c9cd17fda8f10c782895ce7f975a183e77f819747dae10dfd 6 0.00/1.00 vMB 0
139,089 139,089 00000000000007aaae9fe5f0813d84977e65b3b6511b398ed6fd8ad23ce0d17c 13 0.00/1.00 vMB 96
139,088 139,088 00000000000005a7a5efa826823553d5ab680611a990f064dbfa12344a4614b4 82 0.03/1.00 vMB 208
139,087 139,087 00000000000008dd72692d4ed19f729b9b8982b4bc7932594ab13fee742bea6b 2 0.00/1.00 vMB 0
139,086 139,086 0000000000000208a9d61c1baf51fe0c20d74ef09a067ca0bef351eaf88f39a1 11 0.01/1.00 vMB 155
139,085 139,085 000000000000074133ee0672a74007e9d9755825f703631c6a194ead60c3ce5a 124 0.04/1.00 vMB 109
139,084 139,084 00000000000000e7b27eff8543ec3debb8aee0e187a334b760898939fc1e5bd0 54 0.03/1.00 vMB 552
139,083 139,083 000000000000024438a642cbbfaad91bff646b06aacc2504f780f061ff198b31 12 0.01/1.00 vMB 43
139,082 139,082 0000000000000040ec2d520cff2a6b3921e4849182a2f12a7c1bce73659aed93 21 0.01/1.00 vMB 309
139,081 139,081 000000000000079182d4f82823e43efaa99cc7e9056ed5dddf4e695f78a7947c 31 0.02/1.00 vMB 100
139,080 139,080 00000000000001fd27fec9f288cbf7d3ff984f9cad01f49054016160d06a7f7c 25 0.02/1.00 vMB 172
139,079 139,079 000000000000043ce1898f033c2748621ea41dfcae337056b467d0d6aefe0c49 8 0.00/1.00 vMB 561
139,078 139,078 0000000000000005dfac09d12a037ed23c41424f0bb42ff2e9e3af3e143b237e 6 0.00/1.00 vMB 63
139,077 139,077 00000000000000bcb7336aeca83701a5e69dd31aa71aae137ff704841abe95b1 148 0.05/1.00 vMB 58
139,076 139,076 00000000000001f39f37d86c21cf1350e16a0a81f13195a85cc9c48efa4e2b69 91 0.04/1.00 vMB 312
139,075 139,075 00000000000005aaf949ccd401b57acf967176c3a925cbb578146ee25e14bf2f 19 0.01/1.00 vMB 573
139,074 139,074 0000000000000266d0b5ddc2048d0cf6e360456ef6e8db1d1ad9dd8b082145af 9 0.00/1.00 vMB 438
139,073 139,073 000000000000042fc5649d50038f0f37a5d62a5e61e8ac960de40c22220c32d8 21 0.01/1.00 vMB 457
139,072 139,072 0000000000000007b7b1bde407a6cd0c1b11f329bb56502cf6200fb48108ceb1 65 0.03/1.00 vMB 421
139,071 139,071 000000000000029a8ea7253166589973e8f88abbc75a5d2055200e6c1d9a5a24 15 0.00/1.00 vMB 319
Previous 10 blocks ↓
Total Size: 782.37 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: 663.71 GB
    • Received: 14.93 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.