Loading Tool

Explorer IconExplorer

Memory Pool

78,852 transactions
29.54 vMB
0.10311365 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt 0947ba04529c8b3b9739c20ef70ff5485a6d9edba9b12c2e76d7e3dce50b54ae
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 18e23b54b7b4ea399b7eb3014e7c9659b9d9684e2fa4a51cca0e26eed4b5370d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03855695 BTC
Feerates: 164.34 > 3.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (313,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,087 602,087 0000000000000000000a78ecae7f709857d6f88f355545b1f2ef42f5c7779e67 2,644 1.00/1.00 vMB 13
602,086 602,086 0000000000000000000a994aabf9193d5886251dee139b97bff93a93fd525fee 1,954 1.00/1.00 vMB 17
602,085 602,085 00000000000000000003cb7b43f23b9a7d233e73bc60494a024f3cb941874394 2,828 1.00/1.00 vMB 17
602,084 602,084 00000000000000000004d4a1d3ccbdaa53a34e1be8d89a95e702a25384449615 2,660 1.00/1.00 vMB 21
602,083 602,083 00000000000000000012b90a69146ebaa1cc4351f4b6f008cd26fbdebfd81621 2,668 1.00/1.00 vMB 21
602,082 602,082 0000000000000000000629d7991efa2279544b812e457a02492a28cf69573c37 3,157 1.00/1.00 vMB 17
602,081 602,081 000000000000000000075692ee9183a483639bed63aec551bfbc296d9a764118 2,522 1.00/1.00 vMB 21
602,080 602,080 00000000000000000003463fb9feaf26857eaae4eefd814947dd497d4d849d5d 3,078 1.00/1.00 vMB 42
602,079 602,079 00000000000000000006634d180c3afefe7824d138aad72eed21d83590454e69 1,630 1.00/1.00 vMB 20
602,078 602,078 000000000000000000106191b173af841506f26693de791eb2c7a784ad117808 2,314 1.00/1.00 vMB 29
602,077 602,077 0000000000000000000bf6fbfbe9f910b0b6b4088b92a5e4b3ff1c73ec0fb87f 2,847 1.00/1.00 vMB 54
602,076 602,076 0000000000000000000ac2af36bd5262354dc04a2c28b3980c1c2c0ce1a6f31a 3,137 1.00/1.00 vMB 27
602,075 602,075 000000000000000000057ff01feb7ae7b252865a5959110893b1795f74118ee9 953 0.34/1.00 vMB 25
602,074 602,074 000000000000000000036132b9c12137ff4cf00ef9a6a9537365f2f18eab2c88 888 0.27/1.00 vMB 15
602,073 602,073 0000000000000000000daa5139bc88e4b506210bb4d8d0afa06db79b927a4f66 2,916 1.00/1.00 vMB 20
602,072 602,072 0000000000000000000a9506a740534b87adb0fce53f6f97d9eeb7290fefd180 2,493 1.00/1.00 vMB 35
602,071 602,071 00000000000000000002de24a130e561e34789176a7af64aa6e322b70b2a03d1 2,208 0.88/1.00 vMB 16
602,070 602,070 00000000000000000004421bdb56455cd66e0806862900b79b92a1177f7bfbc5 3,111 1.00/1.00 vMB 25
602,069 602,069 00000000000000000009bb556a1fe03c25276348efe0f18788e7f2ef5f0c9731 485 0.22/1.00 vMB 28
602,068 602,068 0000000000000000000ab2d1eaa547fff82baa845a3fc9bad9af643239064f9c 2,013 0.65/1.00 vMB 7
602,067 602,067 0000000000000000000549f9ef5e9fc0bbf82668be61c31927b2d756a4fe29a7 3,533 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.