Loading Tool

Explorer IconExplorer

Memory Pool

53,884 transactions
31.16 vMB
0.16638740 BTC
Random Selection Loading Transactions
Max Size: 167.63/200 MB

Candidate Block

Mining Attempt 3f9e77d7050ffae274b0a4faf16a2f68bf0f2cf5a6f2c0a849ed5cd0586a966f
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root c1ab4621b0ff26d5586a53f842860a1b4f2e318601ef46db07e286614e92e6c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.07997582 BTC
Feerates: 296.74 > 8.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (526,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,518 388,518 000000000000000008210fab440fe132268a736e585913b935bea9d5ca90f3f8 1 0.00/1.00 vMB 0
388,517 388,517 000000000000000004f091324108b9a06416186f67de20c40dc7affc4907cd79 2,685 1.00/1.00 vMB 43
388,516 388,516 00000000000000000a4e96bd9499d6ce6491a2b9f20b8e8bea4cd9b720c9224f 301 0.25/1.00 vMB 17
388,515 388,515 000000000000000001f2546595297574caf21afbcbb708582598f34a908cb6ff 2,029 1.00/1.00 vMB 33
388,514 388,514 00000000000000000be0b6b16131f9aa4133c02c9e14ff5c4fd0e1e91902f4f9 1,671 0.95/1.00 vMB 28
388,513 388,513 0000000000000000097d81271816b1842afe015a58c7d5d25cc40d82acb828fd 1,918 0.81/1.00 vMB 35
388,512 388,512 00000000000000000588b4deb5e660d90b3b62471f19236260d9a34e0ffe9497 35 0.95/1.00 vMB 2
388,511 388,511 000000000000000006caddd2ec14b8bb8940aebece70edb34bdb4bc0695e67b9 481 0.40/1.00 vMB 23
388,510 388,510 000000000000000009c2069fd4a0704f31f41a25c0893624001105c32a7a1826 866 0.40/1.00 vMB 35
388,509 388,509 0000000000000000007ea865e4b7dc30448cc2a54e54fd64847b1912c1653d84 2,049 0.75/1.00 vMB 41
388,508 388,508 000000000000000007db93e4ec68abdbb4b16103035cacd64cc07b4dded4c98e 34 0.06/1.00 vMB 8
388,507 388,507 000000000000000000169eac99fbb91c58fa80e42f1cec8ec85c3980ff5dea7c 1,342 0.61/1.00 vMB 40
388,506 388,506 000000000000000005ee8289ee98f2c4013d8101bccba5b29670f1001ee19f1f 830 0.75/1.00 vMB 19
388,505 388,505 0000000000000000010fbc479a092be51cbd03fa9d78015ed2b69a34e98ca50f 1 0.00/1.00 vMB 0
388,504 388,504 000000000000000005bfe7fd8f7de6f836e3a238b5f9ad5372a7310b6c4e53e4 2,573 1.00/1.00 vMB 34
388,503 388,503 00000000000000000d066e12ca99a2ffb5b77bc9df1934937559686e740f31be 157 0.95/1.00 vMB 7
388,502 388,502 000000000000000004f27840fcb4e0d2f4d25414c38a874842d9981faa9276d8 2,834 1.00/1.00 vMB 46
388,501 388,501 000000000000000009f22694ec1eebb046098462c2348fe5e0484a75d7d1ed87 1,005 0.95/1.00 vMB 17
388,500 388,500 000000000000000006cf66a6c7dce22f77d54774d66971e1f2dd44e84ab668c3 2,491 0.93/1.00 vMB 39
388,499 388,499 000000000000000008a66205d67fcea4ab9f50922512c8e45ec706af95b8e86f 1,092 0.55/1.00 vMB 31
388,498 388,498 000000000000000007e7aa2e8fb1b9721aa446e74735e5676947abfedd0dc6a5 1,039 0.58/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.