Loading Tool

Explorer IconExplorer

Memory Pool

74,508 transactions
27.48 vMB
0.07032000 BTC
Random Selection Loading Transactions
Max Size: 167.82/200 MB

Candidate Block

Mining Attempt 03414a495648ead7e52d01a03fb6ebc57ec6d519f317e18f2e69e1c3ce371457
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 4e17fc7a40c9c06c5c20467f2b5f19795c74a7f2d3bb7e888c5f200dfb133554
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,955
Size: 1.00 vMB
Total Fees: 0.01176113 BTC
Feerates: 100.53 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (257,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,569 657,569 0000000000000000000350e0b16a2fd181602df6f43eca88a083a3807e232896 2,894 1.00/1.00 vMB 80
657,568 657,568 00000000000000000008e016fdbce353b748783f6dfc2986460b303490742a32 2,198 1.00/1.00 vMB 82
657,567 657,567 00000000000000000002782087316920e9ff9d28b7d4823846bd1d437abf858b 3,045 1.00/1.00 vMB 75
657,566 657,566 00000000000000000002772c3fda7a64d949c0bb9353cb69593d21baa4b5b713 2,272 1.00/1.00 vMB 94
657,565 657,565 00000000000000000009b4d4a93cbff43b130a72f211e2138f10e01bd341535b 2,283 1.00/1.00 vMB 117
657,564 657,564 00000000000000000005e7df69bfae5f2320c7af3ebd06c2446c5d38ebdfa3b2 1,590 1.00/1.00 vMB 44
657,563 657,563 0000000000000000000a2fcaf24890cb973acf5d42d80c4c92d9c27f395f1eb1 2,683 1.00/1.00 vMB 60
657,562 657,562 000000000000000000049c152e2d94d3d1c6805ac9e1ecf0457c5f77af5ef798 2,939 1.00/1.00 vMB 85
657,561 657,561 0000000000000000000da8bbdbb19d6c19ec87ccabb85c7c71964eab9e4b6824 2,747 1.00/1.00 vMB 72
657,560 657,560 000000000000000000007ece1443111cd9ba96d29f6064910740726b7a3d33d0 3,141 1.00/1.00 vMB 54
657,559 657,559 000000000000000000071e1c048072d420d80136c06f9ef721892feb344e2a0f 1,974 1.00/1.00 vMB 77
657,558 657,558 00000000000000000004b7c9a224e8648a989c106d9637b97e8d64b5e8e8717b 2,312 1.00/1.00 vMB 79
657,557 657,557 000000000000000000083fb13ad400adca7cd040b16a38d1d84eb633faba9fc0 3,045 1.00/1.00 vMB 96
657,556 657,556 000000000000000000062b24ef48a6c7f3383b1d3f22aff94c309f6f1989fd97 3,190 1.00/1.00 vMB 71
657,555 657,555 0000000000000000000ccf16bee3f07116c0de4b5ac445095b05bc5ddc7c149a 2,964 1.00/1.00 vMB 90
657,554 657,554 0000000000000000000128289205aeefa7f3332a07a0ee9eca5478c567852c78 3,020 1.00/1.00 vMB 61
657,553 657,553 00000000000000000005dd3767d345172356bad1da96cd037aad710daab39c24 1 0.00/1.00 vMB 0
657,552 657,552 0000000000000000000bd33c0da51ec1f4966971116f6f775eec3d847538365c 2,937 1.00/1.00 vMB 64
657,551 657,551 000000000000000000046462a5a7a93db17c4fe077db6a8d2c220ee4b5f77ce9 2,715 1.00/1.00 vMB 79
657,550 657,550 000000000000000000040d8ae6d8d9fbaedc3e397f3c0b88c3570f2d011a21b9 3,315 1.00/1.00 vMB 54
657,549 657,549 00000000000000000000500905f19d4916533335946d19b71bd361fb7aa937a7 2,800 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.10 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.