Loading Tool

Explorer IconExplorer

Memory Pool

48,324 transactions
28.23 vMB
0.09669628 BTC
Random Selection Loading Transactions
Max Size: 150.31/200 MB

Candidate Block

Mining Attempt 4ebc2073e2c3287b90236236eae3d80ac0ab28ae591c782fe9ee04c98ce1bc5c
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 034cf9f936d0020bc57eb161e5d3739dc20b431487791bad11281d0e6b7708b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,973
Size: 1.00 vMB
Total Fees: 0.03980246 BTC
Feerates: 500.00 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (272,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,191 642,191 00000000000000000001e9e9a7a8442079c14765dc13685f626ed18cc6eb6db6 2,243 1.00/1.00 vMB 20
642,190 642,190 000000000000000000011a34e3a75c1b07102dfd19d09473e49728af876a48a7 2,293 1.00/1.00 vMB 47
642,189 642,189 0000000000000000000c48565953a6bd10415fd307f562e58218be1ad899ace5 2,869 1.00/1.00 vMB 68
642,188 642,188 0000000000000000000903f4a0114a740a9a6bc5cd13d114e808b4c626ad6c26 2,198 1.00/1.00 vMB 44
642,187 642,187 000000000000000000106d6ba6c87dcdaad539037d39ae1a857fc9055e0d2a18 2,453 1.00/1.00 vMB 20
642,186 642,186 0000000000000000000f04f1a4950c5e0f43d6fcb01be4dd68135393003a5c2d 2,557 1.00/1.00 vMB 74
642,185 642,185 0000000000000000000b8a7b7c7a32753f608fdffff9906631bbe3f2b817dccd 2,453 1.00/1.00 vMB 43
642,184 642,184 0000000000000000000024f09a3f3cefaee4991ec79df9140b4961b40d9cea69 2,492 1.00/1.00 vMB 64
642,183 642,183 00000000000000000003645e57ef41aa4e9fca607bf6bdf7f55fd2bb2cb5cd18 3,161 1.00/1.00 vMB 122
642,182 642,182 00000000000000000008933d28c148e726bb10b7992c08ff867f1ea04a47d428 912 1.00/1.00 vMB 13
642,181 642,181 0000000000000000000a9715534393a9b54bcc228b09ee12e1630cb93d596f31 2,503 1.00/1.00 vMB 57
642,180 642,180 00000000000000000005c42b83dbe4f2488096149034e1f3405e69a9e254b3d0 2,319 1.00/1.00 vMB 14
642,179 642,179 00000000000000000002cc44991233feb17a3da2f0304c48d951d405ea766eb1 2,197 1.00/1.00 vMB 28
642,178 642,178 000000000000000000058ca9b4e0da67611913da7cb40f7026055475dc73a8c9 2,544 1.00/1.00 vMB 50
642,177 642,177 00000000000000000001a47d4458b59e1519f264cb0a65e57f162fb16cba7e84 1,711 1.00/1.00 vMB 90
642,176 642,176 0000000000000000000239f14e5704771ea08428af476dfb95e6ffd5b0ea2b76 2,224 1.00/1.00 vMB 37
642,175 642,175 00000000000000000001fb2cebdbd1d5a2a86b5546ea1942b406fc04970c10c3 2,764 1.00/1.00 vMB 81
642,174 642,174 00000000000000000004170505abaea7f4131407e115d94c3e1c5a7a2dc84ee2 2,801 1.00/1.00 vMB 71
642,173 642,173 000000000000000000102b8c0a88ce29f88d984fba7edb9907c35515c0f90d15 1,770 1.00/1.00 vMB 69
642,172 642,172 0000000000000000000fde9003ddd5d7dcb5292e7600e901ed5b432c86b3aaba 2,289 1.00/1.00 vMB 102
642,171 642,171 0000000000000000000819ae6f58c11f7b71a9adcc7b631ad4adcfea552ef97c 2,863 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.01 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: 649.48 GB
    • Received: 13.18 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.