Loading Tool

Explorer IconExplorer

Memory Pool

88,823 transactions
33.18 vMB
0.19755114 BTC
Random Selection Loading Transactions
Max Size: 199.90/200 MB

Candidate Block

Mining Attempt 08a5d249d4268d3234be1a5b9f8023e299e742be54fddae257a7e8a12a96c597
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6dca5b62096a71809c39b89a095f4e941c071655a2119ff2076dc2c6eb94b130
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.08696894 BTC
Feerates: 387.56 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (263,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,641 651,641 0000000000000000000521ab7dd533298f3cb8c74aeb9000b4230347f84352df 2,186 1.00/1.00 vMB 99
651,640 651,640 00000000000000000003589fbe54e603d559aad83679c2889fd383c3f66eb723 1,852 1.00/1.00 vMB 77
651,639 651,639 00000000000000000004f7938fec6609d395ec6a6642bd3558238e682e467d14 2,937 1.00/1.00 vMB 23
651,638 651,638 0000000000000000000c17e3eedc74a08be7120811f72c74b996418116d4eb05 2,760 1.00/1.00 vMB 28
651,637 651,637 000000000000000000094a3f545ffb8a191be9a1fe2708fbf48963f1835a55b1 2,263 1.00/1.00 vMB 44
651,636 651,636 0000000000000000000521bd69ba9e5ba8180a1f44823472de835eb3ab3826a8 2,511 1.00/1.00 vMB 80
651,635 651,635 0000000000000000000badcc1ebd2b3bdf85fcc36d825a6079dbe0769efa7f8e 2,561 1.00/1.00 vMB 11
651,634 651,634 0000000000000000000de581bd06761d7b01b89c31eb7039948694d9cbba699f 2,757 1.00/1.00 vMB 40
651,633 651,633 00000000000000000007d7f9ba2ee7716f2d05382b9c39822913057f35e1a236 1,944 1.00/1.00 vMB 110
651,632 651,632 0000000000000000000cef7d148c2cb5a1fe2b0924704a603ca01bc890ac476f 2,280 1.00/1.00 vMB 25
651,631 651,631 00000000000000000000aec5c1e90a476107d42e6b296c43ca5304e8f561f4e5 2,770 1.00/1.00 vMB 107
651,630 651,630 00000000000000000002ec11881db2f206af365bbfc59d5872d8f6c72a06f38f 2,680 1.00/1.00 vMB 75
651,629 651,629 00000000000000000001c76106e808e44ae601ddc6e7580d0da9140729046d02 2,555 1.00/1.00 vMB 24
651,628 651,628 0000000000000000000565e504214df80a0240f7136a93a4c52c030ff2fafc70 2,034 1.00/1.00 vMB 40
651,627 651,627 0000000000000000000342a95b506bba1538a07ca907026e5f0a7683d7fcd8e1 1,792 1.00/1.00 vMB 63
651,626 651,626 00000000000000000001a1ea5b7b308e43a1635ecc39b24f7a542eea43f35dc2 1,605 1.00/1.00 vMB 25
651,625 651,625 00000000000000000003a6ede88e0a5321df12ceba0fb238cafa6a8e79ad9507 2,316 1.00/1.00 vMB 47
651,624 651,624 00000000000000000008993ad802de3ebcb7dbbe14f46cdab28035a8179c6c93 2,588 1.00/1.00 vMB 33
651,623 651,623 00000000000000000001880c3056b0c883e16fcfbb46f18ed8ce1e2cf2f41e9a 2,834 1.00/1.00 vMB 116
651,622 651,622 0000000000000000000e671d2484f09fe284c460c5dfb461f9b3ad029cd9c66b 2,061 1.00/1.00 vMB 105
651,621 651,621 000000000000000000007f0a53adc4e521f9dcc586e48d64feb03039a8b09e18 2,660 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.31 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: 660.10 GB
    • Received: 14.62 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.