Loading Tool

Explorer IconExplorer

Memory Pool

39,158 transactions
28.55 vMB
0.06262304 BTC
Random Selection Loading Transactions
Max Size: 144.91/200 MB

Candidate Block

Mining Attempt 917a5a12460ce307f89636a50a37cb899e7716f4438e8bcd20f68f3b752abcb8
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root ad93aa8a22593fff04423db597ed11816d2dd99e30faf5aaaa3eb22f3ee46eff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,727
Size: 1.00 vMB
Total Fees: 0.00742636 BTC
Feerates: 50.27 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (857,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,774 56,774 0000000000b48c2e90b5c9154641c87a3d39a63d35b1472626a914f5384f9165 1 0.00/1.00 vMB 0
56,773 56,773 0000000001ea2e2d3351e4922a293db2122b0ef3446fee3d0816fd1a92415344 1 0.00/1.00 vMB 0
56,772 56,772 000000000eb2172517193f1fb853bbda797f381f5f206cfe157fc31349debeb7 1 0.00/1.00 vMB 0
56,771 56,771 000000000fec45ba2c5b5eecdb3b7b413c654b71ad5a02c976712c90bcbfdb10 1 0.00/1.00 vMB 0
56,770 56,770 000000000a69199557febc03809b3b96da077e5a9d7a89cedf0525df5cff6e60 1 0.00/1.00 vMB 0
56,769 56,769 0000000007845aea02e2632bd180d8093c6c12d5a79f334138fc39eab893d5b8 1 0.00/1.00 vMB 0
56,768 56,768 00000000126d03b9b6ff61e2292309f7e6afcd61b09735ae86332d5351a550a8 1 0.00/1.00 vMB 0
56,767 56,767 000000000c3f240f29ba033093890aa1ff3aa8b453a2a1fe1add7b3a03a18c1b 1 0.00/1.00 vMB 0
56,766 56,766 000000000aabb9cce22d68267955e706f35a279ab60168fc890c47c3c5d49876 1 0.00/1.00 vMB 0
56,765 56,765 0000000004035ecf6d7b41e4baa911db1af881b41d685bc041bebccd7afdbd3d 1 0.00/1.00 vMB 0
56,764 56,764 0000000005ca99dab9921baa45e556850932cc49d788aebca2d6a0380e38e497 1 0.00/1.00 vMB 0
56,763 56,763 000000001252def05d4c4a0e38983a58675aed1869d4dc1366d592c317397113 1 0.00/1.00 vMB 0
56,762 56,762 0000000000f6f49d1ef7687526ee5735e5afe75de9f513e0958f118295b0ef91 1 0.00/1.00 vMB 0
56,761 56,761 0000000008facd5098daa2d67111d00b0693a74ce274ff43d98bdeb17301ab2c 1 0.00/1.00 vMB 0
56,760 56,760 0000000005182a5eada7553ec0a4d7512dfed946a453ea302003ff836e10defd 1 0.00/1.00 vMB 0
56,759 56,759 000000000d00f016e7fa5635aff102d7359d74cd17b86ee58054ed9898d0efd5 1 0.00/1.00 vMB 0
56,758 56,758 00000000000368c92e6f28ae5b2de92e9f1eb030bbf6f55c4cb62cdca94797ba 1 0.00/1.00 vMB 0
56,757 56,757 0000000009775e83e36b0ef087db9967776de833c4b4001c36208ea1a05507ee 1 0.00/1.00 vMB 0
56,756 56,756 0000000004ed19cc0b5ba5fcc6119dc34dc1464c005f00907093a13a6d6a613e 1 0.00/1.00 vMB 0
56,755 56,755 0000000006ae83295499337b551306737d5b5820db7203fca694f754e1592cf1 1 0.00/1.00 vMB 0
56,754 56,754 0000000005f9a4148228f74cb58976a66241f91eee1b84c78504211b03d4ba08 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.