Loading Tool

Explorer IconExplorer

Memory Pool

85,403 transactions
31.78 vMB
0.11710117 BTC
Random Selection Loading Transactions
Max Size: 194.88/200 MB

Candidate Block

Mining Attempt ab0bf64bb7d413fdb257e7e1192af9979fa89cfc958b18c5565e085c9ec48dc2
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root e2b9437b67724dadcf5d0b2f46fe2105fd0ad6781bbc8382ff841405d640da4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,994
Size: 1.00 vMB
Total Fees: 0.04142791 BTC
Feerates: 301.57 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (310,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,930 604,930 0000000000000000000d08775165ddcfe114ea8a87818ab16a144c3257556424 2,446 1.00/1.00 vMB 41
604,929 604,929 00000000000000000004213ef148a136306f9bd4541a3c3bd4e95651c7208a75 2,317 1.00/1.00 vMB 18
604,928 604,928 000000000000000000106a1f61308336f1fd7ab1d00dc6d5b6b4f19e6a8e4eb1 2,698 1.00/1.00 vMB 29
604,927 604,927 000000000000000000102ff1ad66c6b447dad11b8f1d3a0e0eccb50d85532862 3,182 1.00/1.00 vMB 37
604,926 604,926 0000000000000000001589b5f6c322ec2cf95071d7140ef86df14e521269050e 2,475 1.00/1.00 vMB 46
604,925 604,925 0000000000000000000a165a9708a0280d03039d3b28c314cd68a66510cf90de 2,971 1.00/1.00 vMB 32
604,924 604,924 000000000000000000114ea553a1f39debed0bee77372f28ff66674972e6aeb9 2,319 1.00/1.00 vMB 55
604,923 604,923 0000000000000000000a2497f3a05bbc1229e3ed96974bb031023b20f029dd83 2,419 1.00/1.00 vMB 17
604,922 604,922 000000000000000000139ce0e32d586727bfd472f9bc1fbc968f95e8997a3d9a 2,637 1.00/1.00 vMB 43
604,921 604,921 000000000000000000056426aec129dd930c65cdef40f589eb8c2a326ede22f3 2,888 1.00/1.00 vMB 24
604,920 604,920 000000000000000000014b61e46b963e265b9b72746fa96c947ab624d07e88c8 2,699 1.00/1.00 vMB 29
604,919 604,919 000000000000000000109bd4caf7d0e9693a8de872b9e5cb124ddfdc9798dfd3 2,755 1.00/1.00 vMB 40
604,918 604,918 0000000000000000000be757926c7da92e2cb2bfda6f44ed200a3944f61f6b8a 2,569 1.00/1.00 vMB 32
604,917 604,917 00000000000000000006d5076eb52a4de25087004c29bded2d65f55fc56c51d5 2,249 1.00/1.00 vMB 50
604,916 604,916 0000000000000000000294801c317d3857af8ac8ccbeb71569e2d9de885a0c53 2,546 1.00/1.00 vMB 31
604,915 604,915 000000000000000000067d15943df373d391966d3ec3041dfec8812aeeda618a 2,078 1.00/1.00 vMB 32
604,914 604,914 0000000000000000000f73e789c8925f07825a5b57b6f0655290d17b6e5a76e4 2,606 1.00/1.00 vMB 35
604,913 604,913 0000000000000000000af71705cbb8171bcb4d9c94823eb89253c322553c2d52 2,903 1.00/1.00 vMB 32
604,912 604,912 00000000000000000009f3e4509505d97ed4ca732d8554c698296c91486b0ba7 2,363 1.00/1.00 vMB 61
604,911 604,911 00000000000000000002e36bf7d19ed04d9ee039877d93874a53e184aa59d979 1,823 1.00/1.00 vMB 35
604,910 604,910 0000000000000000001298e74799c2dea8f04cc7293f0d9489d8a1bc574466f6 1,069 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.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.