Loading Tool

Explorer IconExplorer

Memory Pool

73,538 transactions
27.19 vMB
0.06296578 BTC
Random Selection Loading Transactions
Max Size: 166.13/200 MB

Candidate Block

Mining Attempt 885d9f93cce3f4b4c1744cdebc7ee154051b0693c2e0802014681e34b7467c71
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 5a229ab6672058781f685edf64eb3e7c19d25e49951399faa7ec8bb0987eb132
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.00533377 BTC
Feerates: 74.05 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (212,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,637 702,637 000000000000000000064bb2ea7e05e216c7e9905dff16786d5cd459182d56ac 2,667 1.00/1.00 vMB 17
702,636 702,636 0000000000000000000733779b1590c56a87af8ecba6955bccdd0aacec7768ac 3,477 1.00/1.00 vMB 4
702,635 702,635 000000000000000000083aac313e3f2a11a7d42c389c3603eb118e51f503da62 2,794 1.00/1.00 vMB 9
702,634 702,634 0000000000000000000624e0042b20d2ae2214746dd9c33f910a1cef3e175888 611 1.00/1.00 vMB 4
702,633 702,633 00000000000000000004f18dc68bc3a43371f46d83f33260ff1c5a585a96021b 1,420 1.00/1.00 vMB 8
702,632 702,632 00000000000000000006c41f401e88ddc99d9069aa670a3110c1b949f34d0a85 2,060 1.00/1.00 vMB 20
702,631 702,631 0000000000000000000b61d6275182ed27a6b2131b6dfcfe10e338dbc7e289a4 2,526 1.00/1.00 vMB 11
702,630 702,630 0000000000000000000b0bbce9105dfcb11ab972d25e6c1096606e042ec62499 1,047 1.00/1.00 vMB 7
702,629 702,629 0000000000000000000a39d338c8217459edb4535371a855e476d0500713ef06 687 1.00/1.00 vMB 5
702,628 702,628 0000000000000000000299391bd43cc1c30ce480fc41830cd6c14fd46f393cec 203 1.00/1.00 vMB 4
702,627 702,627 0000000000000000000cf91aa9f5d9964db8c38b3aa2ea4f72274e743e8be5af 1,389 1.00/1.00 vMB 10
702,626 702,626 0000000000000000000e7b657291d276bb9337387f2d1b0700891069e6fe1a91 128 1.00/1.00 vMB 3
702,625 702,625 0000000000000000000969fcf500b67f0debadc75ad531aa5d1e1589f57ffa58 3,328 1.00/1.00 vMB 6
702,624 702,624 0000000000000000000908b2d8e4a0bffd52515bbd9b1b68625d6273568e1280 2,501 1.00/1.00 vMB 9
702,623 702,623 000000000000000000021db4eefc820f85fb5b8ef3f731543a08c003219862a8 2,631 1.00/1.00 vMB 9
702,622 702,622 0000000000000000000153dba5f2b3a52253a582b9f1d1bd8130522c5919b0de 2,136 1.00/1.00 vMB 89
702,621 702,621 00000000000000000007f5f3c49d4b738d019e8bf06f82540c3cfaa6688257c6 763 1.00/1.00 vMB 9
702,620 702,620 000000000000000000052ac6461f07a91a7038b7eda793e5a8738c25ca2bb40c 2,319 1.00/1.00 vMB 9
702,619 702,619 00000000000000000007cc416ea50a9803cb1a8fc7445fd032ca5d8d3fbcafa3 3,339 1.00/1.00 vMB 18
702,618 702,618 0000000000000000000e01cb2a7b58e658c4c619e82059255a83019a25069ef6 2,779 1.00/1.00 vMB 33
702,617 702,617 00000000000000000009c6785176894db5b1c6e5dd5db2c726dfaa0f3ea37dca 2,407 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.