Loading Tool

Explorer IconExplorer

Memory Pool

81,720 transactions
30.60 vMB
0.09788380 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 576509a5df46c44dc276178eabd531c90707df2cb5ea1b5885e4a8e07251c5e5
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 560eb74a70ff7a11284d720a3eeb8cdd5d9edcf2097f2faa2960e7d9dc7463a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,407
Size: 1.00 vMB
Total Fees: 0.03239591 BTC
Feerates: 101.62 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (112,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,847 802,847 0000000000000000000022c58336047f59b2f402700b59016aedebbb954542f0 3,277 1.00/1.00 vMB 20
802,846 802,846 00000000000000000004ce06cbd68110952aa28f8be21ac179837e9686aa62c5 2,869 1.00/1.00 vMB 8
802,845 802,845 000000000000000000051dab9fc7498b96cd6fc8808887912999d5fd4dea276e 3,376 1.00/1.00 vMB 16
802,844 802,844 00000000000000000000af638acfeaa9016fd3d35b7cd310956690a6c1a50c6b 4,215 1.00/1.00 vMB 10
802,843 802,843 000000000000000000045cccae7bc99f6d7e960a8297efdd32b1a3fd61d31956 5,513 1.00/1.00 vMB 6
802,842 802,842 000000000000000000047d8e32d8250de4ea075e198206a91796cbc34073a92b 3,637 1.00/1.00 vMB 12
802,841 802,841 0000000000000000000465f534a4017c9c77f7637810783b4a9295a9f12fc2a2 6,275 1.00/1.00 vMB 7
802,840 802,840 00000000000000000004505f0252567e9733ef721a417dc8e6105a78e43b7e6b 3,488 1.00/1.00 vMB 11
802,839 802,839 000000000000000000013f8c905d23439b1e923e9aebf9218bd3922a2cc0df64 3,062 1.00/1.00 vMB 13
802,838 802,838 00000000000000000004c5254041f5cae9cdc99689e39bde03cb98505a740083 2,455 1.00/1.00 vMB 11
802,837 802,837 000000000000000000028fb6a205b0a05bf67268fd19f3f10a47a1554ab134a1 4,284 1.00/1.00 vMB 8
802,836 802,836 0000000000000000000426cc8aa14d44d2cb153979cc4eb4689864ae7aa782d3 4,377 1.00/1.00 vMB 10
802,835 802,835 00000000000000000004321e772aed3c4606e2ebd01dce25b866effea0720ee9 4,031 1.00/1.00 vMB 9
802,834 802,834 000000000000000000055620e3039264cd1cb559ecbc7e8fc2f99e852b7e08a7 2,430 1.00/1.00 vMB 13
802,833 802,833 000000000000000000004fa7228efa6a3be8d8c3e0ef6ac1ec2fdbcb69dd8de2 5,974 1.00/1.00 vMB 6
802,832 802,832 000000000000000000054e2e4c7db59bb07a4da2eaaae4dd74c47adf91308cc6 1,988 1.00/1.00 vMB 7
802,831 802,831 000000000000000000002b0876e30a6cb59518332018be67e30cec9166453fa1 3,091 1.00/1.00 vMB 14
802,830 802,830 000000000000000000054029a56e6832062c680fbbb5271f50aa8139f983e2e0 2,944 1.00/1.00 vMB 17
802,829 802,829 0000000000000000000487d6f900c1f64bbf021764006517f718b33b9023e7c3 2,403 1.00/1.00 vMB 12
802,828 802,828 00000000000000000002b5363ef620cd8a6d5682f43ba6b8ff335aa2ad1b0c97 5,069 1.00/1.00 vMB 7
802,827 802,827 00000000000000000000722c7e1350d78f8f21870f29c848c63ece3b11228971 3,260 1.00/1.00 vMB 12
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.66 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.