Loading Tool

Explorer IconExplorer

Memory Pool

82,857 transactions
30.41 vMB
0.14790788 BTC
Random Selection Loading Transactions
Max Size: 184.16/200 MB

Candidate Block

Mining Attempt d5ca715599b22b7297e6ab28b2f36834f81dfe9b71594652a763a709bb10fea2
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (247,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,301 667,301 000000000000000000068c438e60ec6b520a7c01439cf216b1e86e42af743677 2,774 1.00/1.00 vMB 84
667,300 667,300 00000000000000000002e8faa0066e65fafa554b02e9dc30b45b44723ba8e37f 1,887 1.00/1.00 vMB 21
667,299 667,299 0000000000000000000cb886e05f42069ce4598d360598e508b6b08c92d404e5 1,953 1.00/1.00 vMB 37
667,298 667,298 0000000000000000000bdebaddb31fc51b26edcbb3d2cd45604065b8c98f1273 1,660 1.00/1.00 vMB 36
667,297 667,297 00000000000000000006ac502d4a5a68f05c22a7a1cd9f06f8a517da4dcddf5c 1,174 1.00/1.00 vMB 74
667,296 667,296 0000000000000000000b4ee841f48d91eb555ffac11514f9aa4b26b859e7d3b0 1,580 1.00/1.00 vMB 21
667,295 667,295 00000000000000000008ad1e1340f31a30d1fee7d0e3e56a0cf7dd571dc653aa 3,005 1.00/1.00 vMB 86
667,294 667,294 0000000000000000000041bbd08aaeb64a34f3ec0e67693af49e130646f35b9a 1,769 1.00/1.00 vMB 38
667,293 667,293 0000000000000000000b73f4dfe55e5958437de7d7a504e7cb72ea19d8436165 1,624 1.00/1.00 vMB 30
667,292 667,292 00000000000000000000fafc3cabc7a86606033a5fb092d9bb37a4dc481ad92d 1,960 1.00/1.00 vMB 46
667,291 667,291 000000000000000000069d6765b53cfac92ffe85d4550f085b34fb5ecf76dcf0 2,787 1.00/1.00 vMB 81
667,290 667,290 00000000000000000000c6a88bb6fb12994a33df1bd48b2605603255f435228d 3,171 1.00/1.00 vMB 116
667,289 667,289 000000000000000000073782d7c47a6428d00260f48718c35a1af6bcc7dee71d 2,354 1.00/1.00 vMB 93
667,288 667,288 0000000000000000000a0d064683bea1d55940e55a0c6e01fac2fbad01e28ab2 2,388 1.00/1.00 vMB 70
667,287 667,287 000000000000000000018c41a40ddeec694bc527b8ce7f67f3020773b75015bc 3,103 1.00/1.00 vMB 110
667,286 667,286 00000000000000000007c980e5ce711b011db9187acc56fb4d8142f60831afca 2,318 1.00/1.00 vMB 15
667,285 667,285 000000000000000000085ea2fe4648f08f7ad6a092478b1bc007a39059850b8d 2,245 1.00/1.00 vMB 16
667,284 667,284 00000000000000000000300bc53f704f0786a99351d1a7df16ccb541a48e714f 1,444 1.00/1.00 vMB 24
667,283 667,283 0000000000000000000249f3e3ace91bb46946539091b4aac06d4cbfec9548fa 1,072 1.00/1.00 vMB 54
667,282 667,282 0000000000000000000d104d6e77c9420b36716a602e1b07645199b19c2e81e3 2,712 1.00/1.00 vMB 100
667,281 667,281 000000000000000000039ce32622e4ec0b22cd2d7bb5f12991539a03ee525b3c 1,824 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.