Loading Tool

Explorer IconExplorer

Memory Pool

44,606 transactions
26.44 vMB
0.05477810 BTC
Random Selection Loading Transactions
Max Size: 139.82/200 MB

Candidate Block

Mining Attempt 5f6eaf6fb72f783c92199daf82085c6fdc10743ddd6041a92a7241f951318b51
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 776f79f087f202912cb34b4193a41ad0e4ea97bda4de620dc39efc5d52f34fd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,987
Size: 1.00 vMB
Total Fees: 0.00632378 BTC
Feerates: 40.21 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (120,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,725 794,725 00000000000000000004fce6410dcefa65f7dd89851035f1f63ae366b75913bc 2,380 1.00/1.00 vMB 33
794,724 794,724 00000000000000000003ed1fbb7f53569c609f7c6b26f14cd2a7e98ff1cd5dee 2,624 1.00/1.00 vMB 27
794,723 794,723 00000000000000000000f6bd17dccd059a48342e1264b05633fe1df5f290ceba 4,245 1.00/1.00 vMB 11
794,722 794,722 000000000000000000030b42973e4b08b5fd08c4991b9f33fb676ee3b0adc411 3,656 1.00/1.00 vMB 16
794,721 794,721 000000000000000000020685552ace53fb2a13aa25fae82c809c12d94344ec23 3,088 1.00/1.00 vMB 19
794,720 794,720 000000000000000000017dabe8a64db95bb0f18a843cf1251e85d52a5f707303 3,522 1.00/1.00 vMB 18
794,719 794,719 00000000000000000004055b6784e8613d2ad14de17ebbcc2cb2d9c06840d869 3,914 1.00/1.00 vMB 19
794,718 794,718 000000000000000000034c8477be47276a53b754a2cf53bfe44f55b6362f0ab4 3,908 1.00/1.00 vMB 29
794,717 794,717 00000000000000000003c7970485e56091a6818434b92e3c7fdfdecb5c7a697f 3,938 1.00/1.00 vMB 25
794,716 794,716 00000000000000000002cc78cd5fabddbaae820dadd440bda2e3d12c1293fac2 4,734 1.00/1.00 vMB 32
794,715 794,715 000000000000000000006aa1411ca2cc5a8ee2e505b7edaeae7467a8bff445db 2,467 1.00/1.00 vMB 26
794,714 794,714 00000000000000000003924dba85935900f44a4eeef3a5f48d84701e4e7569fb 3,838 1.00/1.00 vMB 33
794,713 794,713 00000000000000000002fbd1691b48ee959844a1174185edf9211a2a07a7bc55 5,299 1.00/1.00 vMB 48
794,712 794,712 00000000000000000000bc56b32f2c0b09e9e167379819d727d395f7d67e9380 5,026 1.00/1.00 vMB 53
794,711 794,711 00000000000000000003ab9b7ace8ee717800af0be0ceb0d712e9b72c8d60476 3,953 1.00/1.00 vMB 48
794,710 794,710 00000000000000000001114a900613a74f096ace3e2754e489471e49bf581f77 4,828 1.00/1.00 vMB 27
794,709 794,709 000000000000000000036e965b666ce98936238254637aafb75d9ce0d0de7b23 3,465 1.00/1.00 vMB 35
794,708 794,708 00000000000000000001b1105d78f3b99fa9f3d2bb690eec99944d72d58dbca4 3,831 1.00/1.00 vMB 13
794,707 794,707 00000000000000000001c6acb5b4340c9d5d6f4a10cb92b2fca81ba219542857 3,141 1.00/1.00 vMB 27
794,706 794,706 00000000000000000000a15ec3f3e43161d4abbf821ed24458d1e39a9f414be4 2,854 1.00/1.00 vMB 16
794,705 794,705 000000000000000000045b551f30bdb546f95b765c21ad132c1f249a43209095 2,831 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.92 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: 646.12 GB
    • Received: 12.81 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.