Loading Tool

Explorer IconExplorer

Memory Pool

78,924 transactions
29.42 vMB
0.08322997 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt 7a14f6daf200d60a24be6a19736797b60ba5abeb81bd72c4dae6519860f1e6f1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 68e84a33d5fe5d7993f8fc8af2bc249152fba4b777017aa3d36011b398eb7b37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01829834 BTC
Feerates: 402.60 > 1.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (467,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,968 447,968 0000000000000000029cec64a99b1fa43f25bbc8c1a366288506de03332bfd87 2,426 1.00/1.00 vMB 85
447,967 447,967 00000000000000000130b26f1fa4fb358a65033dba24de0a95c4b0827e2bd1dd 2,021 1.00/1.00 vMB 59
447,966 447,966 000000000000000000c771da40190d0984a7b8915e426cae6bda03d1d2fc9bd3 2,449 1.00/1.00 vMB 76
447,965 447,965 0000000000000000023d4c307f30c047999a9d67eb860ff635b0467ff0dd5753 2,568 1.00/1.00 vMB 88
447,964 447,964 000000000000000001c6c7a69cceec4079af377efdb32431b43f194351dab429 1,880 1.00/1.00 vMB 75
447,963 447,963 000000000000000000ec5a0830a96e4d41e3880050b9b9cafbeccba6bf86b06b 2,705 1.00/1.00 vMB 110
447,962 447,962 000000000000000001e3992f5fe9ce5ede7004525f36d7799645f1b6ca7232b0 2,238 1.00/1.00 vMB 90
447,961 447,961 000000000000000002175c158daf5f1b6eb8d8f5ea30e65d1f03f455755b217b 1,649 0.75/1.00 vMB 89
447,960 447,960 0000000000000000006b176d6926905d95b7eaebbef5a72eceae5de31339aa15 450 0.30/1.00 vMB 47
447,959 447,959 0000000000000000005bcbaf44324f8f7be204f38378ad56b503601b0c07399b 111 0.08/1.00 vMB 31
447,958 447,958 000000000000000001b96f13389f797c0b7cd830d17e714c8e751415f9fc5b2f 2,126 1.00/1.00 vMB 74
447,957 447,957 0000000000000000032280a66d53a457b7b28e10898078b22f1a70d94ccecda1 2,212 1.00/1.00 vMB 71
447,956 447,956 000000000000000001f6ffab357e17c878cbff37ac2a89188a85048aa37c280c 1,963 1.00/1.00 vMB 92
447,955 447,955 00000000000000000162bf01e52e0c88fa4f78d446e53874e46729fc41cac210 1,744 1.00/1.00 vMB 86
447,954 447,954 000000000000000000a90812a1d41f1574b535083a91134f99d489f9f06976c2 418 0.27/1.00 vMB 78
447,953 447,953 00000000000000000308ba5c88d6ebe5603f84481936a4cf79bdb2526abcd755 1,429 0.99/1.00 vMB 50
447,952 447,952 00000000000000000028d0f1fdf5c394ba85d4d431b16336de72abad85c0e08f 928 1.00/1.00 vMB 31
447,951 447,951 0000000000000000028b89e9c0b24a0f8056c2c1c0f2eda68a0e7b8350d9a659 2,223 1.00/1.00 vMB 85
447,950 447,950 00000000000000000294d07d41cb875b447d54a327a31346dc6145ce01d9e100 1,682 0.72/1.00 vMB 85
447,949 447,949 0000000000000000031b1b53beecb3ba1abc89e65a2ede3588e7d19b86902f6f 1,043 1.00/1.00 vMB 29
447,948 447,948 0000000000000000026a902b0791ad7852d8bbaf75553ee5b13d15ba175f09fa 2,214 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.