Loading Tool

Explorer IconExplorer

Memory Pool

37,134 transactions
28.04 vMB
0.06500016 BTC
Random Selection Loading Transactions
Max Size: 141.74/200 MB

Candidate Block

Mining Attempt 7e3ecc13356b1fd9518be0f0f7bc1b957dedf607157f34d960be4dbbbd57efa6
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 3c05ef0d6390449dc2ed968f2b4151c29f39786d558ae34d2d9f3a91b3c12b80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,232
Size: 1.00 vMB
Total Fees: 0.01136657 BTC
Feerates: 150.61 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (340,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,073 574,073 00000000000000000014549059e9a89fe667e8d9df853ed0de1f45fab759d70e 3,011 1.00/1.00 vMB 105
574,072 574,072 0000000000000000002416c802d356f2483968a23da86dea9a263ca9bdf29d3c 2,247 1.00/1.00 vMB 25
574,071 574,071 0000000000000000001c155622df3bc9c380bd425bb5b5489e422b4e867e3949 2,804 1.00/1.00 vMB 63
574,070 574,070 000000000000000000257af460eb5cf627088240e6490fe0ca2c3ad54704da7e 2,843 1.00/1.00 vMB 101
574,069 574,069 0000000000000000001f31c47f29288f1c4040fdd11e1c3e756862ef52b5064a 2,727 1.00/1.00 vMB 12
574,068 574,068 00000000000000000014167c6d91e887356354ad95a3ab3f8989d07e07e27270 2,623 1.00/1.00 vMB 17
574,067 574,067 0000000000000000002b0b48129a3aa018914c702b3af6e9e6bfc4c8e33bbc6a 2,594 1.00/1.00 vMB 51
574,066 574,066 0000000000000000000e626bf5dbbda22254dd2b50e26596954a14cd97530c17 3,180 1.00/1.00 vMB 96
574,065 574,065 0000000000000000000b80bd23f3908f989a412558b510a592db7b42c6924f6a 3,130 1.00/1.00 vMB 43
574,064 574,064 00000000000000000009eb21a133757479676226010288c66196982b5d3b7750 2,755 1.00/1.00 vMB 23
574,063 574,063 00000000000000000027a1a5e1a15987383bb47a41daddd24e62eafa80a0945c 2,976 1.00/1.00 vMB 21
574,062 574,062 0000000000000000002a38ce0b58711df7cec2fd6ff27bc2ced709444e1eb3f1 2,762 1.00/1.00 vMB 58
574,061 574,061 0000000000000000001bf925095f77a78fe9f485f911a6a1ca401ae5783c4fa9 2,962 1.00/1.00 vMB 57
574,060 574,060 0000000000000000002a92db90c8ac58e8e5a553e686ee38b83e41764e51680e 2,880 1.00/1.00 vMB 79
574,059 574,059 0000000000000000000ea9a0c59e448c2597dbe6ffd2cd8e873a57627bc8368e 1,602 0.54/1.00 vMB 30
574,058 574,058 0000000000000000000bf9619e31b028014994d46a934a089f0ec7b5569d3efa 740 0.32/1.00 vMB 46
574,057 574,057 0000000000000000000eb67d4b1379d875162680f8d6c65cda48765a8182c620 3,004 1.00/1.00 vMB 23
574,056 574,056 0000000000000000002b19e7184b571391af794940bb6f1ec54302a6c740cb4a 3,036 1.00/1.00 vMB 9
574,055 574,055 000000000000000000084d308f0b598ad0b7fe738195d886edb3b8b31bebb176 2,512 1.00/1.00 vMB 61
574,054 574,054 000000000000000000140a172cc53527f95a7f3f8394b4709c3e5b8cbd4dd6d5 3,174 1.00/1.00 vMB 12
574,053 574,053 00000000000000000023e98ba6e2163b6fcc43b35c8d98f6715c684d76dffc2e 2,973 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.34 GB
    • Received: 11.79 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.