Loading Tool

Explorer IconExplorer

Memory Pool

82,041 transactions
30.29 vMB
0.09255354 BTC
Random Selection Loading Transactions
Max Size: 182.46/200 MB

Candidate Block

Mining Attempt 0743fad457cbea3d8369ecaf4d6431b4eecff52a7d55d9fcaac5e3625901be4d
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4cef0fd8a18649f6bc4db9579d5a8480ae96c6e2199c0ea85f92a08413d0e236
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02979601 BTC
Feerates: 454.44 > 2.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (173,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,695 741,695 00000000000000000005be9966763a5377b41782c58623ad0b93495f615c2f5f 2,826 0.98/1.00 vMB 15
741,694 741,694 000000000000000000059c779d58961832d4e6d61d876f6ae6ceb707f4581fad 1,659 0.55/1.00 vMB 13
741,693 741,693 00000000000000000002ed7fff909dc1214e75ca27e90a104cdd383220f43fcd 1,808 0.59/1.00 vMB 14
741,692 741,692 0000000000000000000213d42c55d8084d5498a0a60941581d0c6fc54a8b4fa5 1,734 0.58/1.00 vMB 13
741,691 741,691 000000000000000000049458fb0cf3c04265cab3b9e19c92fbb14f34d0f22092 458 0.21/1.00 vMB 10
741,690 741,690 000000000000000000050180615dcec3b8bcba55b83325d1552132f6af8ab442 288 0.13/1.00 vMB 13
741,689 741,689 0000000000000000000457f65ba693cb37d70ada2a3a8f48cb6e4abc0e654e66 1,122 0.37/1.00 vMB 14
741,688 741,688 000000000000000000051136670b919e46d19a5036a3caec35c0bd71d6658da2 61 0.04/1.00 vMB 12
741,687 741,687 00000000000000000000e02e5e47d42c512ea66420d498b52f20add2b69f985e 796 0.88/1.00 vMB 8
741,686 741,686 00000000000000000005638345a27c98861f4450fbf9f3a2cb38ad4fe6567582 2,414 1.00/1.00 vMB 14
741,685 741,685 00000000000000000004a3bda36a32d2af232697aaeb15e9fe9a31f06bc5bfd4 2,636 1.00/1.00 vMB 8
741,684 741,684 0000000000000000000264995a32f71cc8f260dd3512c15aa4d04a4169113967 3,040 1.00/1.00 vMB 22
741,683 741,683 00000000000000000008ef7abc3c89af7ef4eeef4622565b20c1a301e02bc48d 1,336 0.67/1.00 vMB 9
741,682 741,682 0000000000000000000156107b8a01341f077e91a8f87d1d91bc151d3b172b59 1,346 0.55/1.00 vMB 11
741,681 741,681 000000000000000000069113fd7eb3d7bfff54fea598b0247d4808a48c511308 2,059 0.99/1.00 vMB 8
741,680 741,680 000000000000000000007a43ce7180dd6511d02b2c392f641bd680af5ded0a9f 1,221 1.00/1.00 vMB 12
741,679 741,679 000000000000000000093de442decb6f4094fc660a6dff09afce83432984c878 1,703 1.00/1.00 vMB 20
741,678 741,678 00000000000000000001872f5afaa0c76a88dd8e6440d83f27af62d522789104 2,049 0.78/1.00 vMB 12
741,677 741,677 00000000000000000005a493097b07ccd9a3dcef6df3c9f38a5962dd9fa323d6 95 0.21/1.00 vMB 2
741,676 741,676 00000000000000000006c46aa748a794cc99c1eff15a22a9b11d331bb0f25d57 2,039 1.00/1.00 vMB 11
741,675 741,675 00000000000000000004e13c76ae65d99a9b9510ca8c6fd7f6cb77f713311d70 105 0.06/1.00 vMB 10
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.35 GB
    • Received: 14.90 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.