Loading Tool

Explorer IconExplorer

Memory Pool

37,519 transactions
26.10 vMB
0.06261145 BTC
Random Selection Loading Transactions
Max Size: 134.08/200 MB

Candidate Block

Mining Attempt 916fa4f6b449bf1fc2410a7af3c11f371d18be9dc4c0f83575a401650ae1cd8c
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 08bd24299f1c63707c1893e227d468921206fce408c17c1ffeb6aab923586fd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.01443106 BTC
Feerates: 102.99 > 1.45 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (464,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,061 450,061 000000000000000001e051de3f87a2419a040923115058754a914d2b886303bf 1,833 1.00/1.00 vMB 76
450,060 450,060 000000000000000001894538e9f0302c14e970ddac89aef6f5c78cb651d7c737 1,183 1.00/1.00 vMB 58
450,059 450,059 00000000000000000226e5f979cce1d768f4186555e7c7d4f568b5ecfaef88f3 717 1.00/1.00 vMB 13
450,058 450,058 0000000000000000016a9e43b4033638ad10935ba8188eacddc19da866d3251b 636 1.00/1.00 vMB 28
450,057 450,057 000000000000000002b3d5f9c80d808a72a1a5f42313368d8ff5f5b6a9435b8b 1,779 1.00/1.00 vMB 65
450,056 450,056 00000000000000000282171f86060563dc627949f8277d1e32d2a0d411217519 2,174 1.00/1.00 vMB 67
450,055 450,055 000000000000000000bb3d8ee8b832e981a3abd6d9290706ee09cde408d2dcf9 986 1.00/1.00 vMB 44
450,054 450,054 00000000000000000036d0b1dc011b45b0c357f09f2106eaa74618e2907b043c 1,785 0.75/1.00 vMB 79
450,053 450,053 0000000000000000015cd69bfc1da2c0772b5ffe1e532546048d430cce16c5fe 1,559 1.00/1.00 vMB 44
450,052 450,052 0000000000000000023b542904c20d9bd4a264c53524547015882a7976f8b45f 2,268 1.00/1.00 vMB 76
450,051 450,051 000000000000000001718cac23e35527728bd5830deca10f69e9895bc4f9d647 2,845 1.00/1.00 vMB 115
450,050 450,050 0000000000000000026e7c35c72d168e81c704c8ffee0f63d3405af4affad6df 937 1.00/1.00 vMB 26
450,049 450,049 00000000000000000027c431604bd3003fdb7afc719d78eafc0139f2240373ef 1,725 1.00/1.00 vMB 59
450,048 450,048 000000000000000000cfb944b1d639f134093838c03804e0e4cbdd0a833d2e4e 2,810 1.00/1.00 vMB 116
450,047 450,047 00000000000000000254fcc227f892b6f58cf6dee3dc3330338f2ba05840ac9e 2,120 1.00/1.00 vMB 77
450,046 450,046 0000000000000000008b913748109d13111b4fdede3d95c12d5fb51ec92a2f9f 2,918 1.00/1.00 vMB 110
450,045 450,045 0000000000000000001c42d9c6901eece8b5683d0b0f4f89d1450a901237b5c2 2,166 1.00/1.00 vMB 78
450,044 450,044 000000000000000002a177721e5369e6efa600b740d7f8b3bdad00a389aeb579 1,437 1.00/1.00 vMB 41
450,043 450,043 0000000000000000000abee5b3987f24b40d0ee774bb5c93e5ee1c1604faee14 1,162 1.00/1.00 vMB 43
450,042 450,042 000000000000000002a1a6c21613985935fcead38cab8e9521e2403563794828 1,670 1.00/1.00 vMB 36
450,041 450,041 000000000000000000b0d4a3070709403584f2f7508f6f1f25d06ee0622c6ba4 2,505 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.