Loading Tool

Explorer IconExplorer

Memory Pool

41,316 transactions
26.64 vMB
0.06216622 BTC
Random Selection Loading Transactions
Max Size: 139.16/200 MB

Candidate Block

Mining Attempt 75b5d45f52c4f952ad1213a2474878823e12b0f7dd5cb7931f00a0409859ab06
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 57e15a1aa7de8d199dfe2c2a67f300b49f125a0bd0c1562dd33d94d2a3b619a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,005
Size: 1.00 vMB
Total Fees: 0.01302365 BTC
Feerates: 50.62 > 1.31 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (229,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,594 685,594 00000000000000000003c52355c7ed46263aa3478ab557af83f3a2e5f470de2a 812 1.00/1.00 vMB 16
685,593 685,593 00000000000000000001cbc128dbd156ff93cf0c9e57cc5d5aa3160d660e6986 1,469 1.00/1.00 vMB 27
685,592 685,592 000000000000000000050768e4a545594460d187ce1e53a8bfe866d49b70f717 1,539 1.00/1.00 vMB 40
685,591 685,591 0000000000000000000b2fbf67e93f0e54cb36e8f891cdf5fa165e8d7c373a19 1,856 1.00/1.00 vMB 37
685,590 685,590 00000000000000000007ca03e55f1904423c67a672cf45b7d77f4a14a927c01f 1,739 1.00/1.00 vMB 19
685,589 685,589 0000000000000000000b19d11b11a4fcbfadf4007dabd65dcdcae71dcb29eb60 888 1.00/1.00 vMB 70
685,588 685,588 000000000000000000049dd7037f320a667c6292aa16fd3864423bc7f30d557c 157 1.00/1.00 vMB 3
685,587 685,587 00000000000000000008eee28633aa16b3111c51b823dcac51533ba0663c9a53 1,804 1.00/1.00 vMB 20
685,586 685,586 00000000000000000004dfc851af3d004f2ac82c5ff48ca9d2b95a5198b7b06b 2,000 1.00/1.00 vMB 52
685,585 685,585 0000000000000000000b8282ba446bb2e14c8d051c14e54653b6b0cbf16954fa 532 1.00/1.00 vMB 11
685,584 685,584 00000000000000000005a579f60ebb7c578e137646c5635332d2dc3ddf43f2ee 123 1.00/1.00 vMB 2
685,583 685,583 000000000000000000065ae3ac7d6b0e40758e91b75511d2c5b6de825d3ca5bf 627 1.00/1.00 vMB 10
685,582 685,582 00000000000000000007636e81c3661a4efda31af08dcc2aab57926f5a5247e1 996 1.00/1.00 vMB 18
685,581 685,581 000000000000000000035f76e02c66aac49cadcfccc09d9c8f0db57df3dcf91b 894 1.00/1.00 vMB 21
685,580 685,580 00000000000000000004a398bf0ab1f0c0bada8a305dd1cf795c66e68a5f4e7d 1,156 1.00/1.00 vMB 11
685,579 685,579 000000000000000000041cdf66ceecac96f788bb6cb6f41345d423e5efbdd933 1,914 1.00/1.00 vMB 25
685,578 685,578 000000000000000000098c436600163b95ebb29faeb5b5a045e9f894281d5117 1,812 1.00/1.00 vMB 71
685,577 685,577 00000000000000000009eea318441e6bf09e101a1b4be79ba854128766bbdb0b 670 1.00/1.00 vMB 14
685,576 685,576 00000000000000000005e42b208654120deba03562f1c0eecb9c78f15f2a3a0f 1,250 1.00/1.00 vMB 24
685,575 685,575 000000000000000000030a2f45e84a3bc44f4097d87242067141f38494417245 1,275 1.00/1.00 vMB 31
685,574 685,574 00000000000000000004ef732fb941b6edba48a73429669992736f333b1bdecb 1,326 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.