Loading Tool

Explorer IconExplorer

Memory Pool

78,888 transactions
29.59 vMB
0.07218825 BTC
Random Selection Loading Transactions
Max Size: 177.46/200 MB

Candidate Block

Mining Attempt 8ce154d691b8321b8d9ea61cfe68f8e1d191ca70c3c4e0aa594a0c8cc6c94a48
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 0d7d43d2edad79a067081a10782f4ed278e1a82b86baf335dcb7e90c3c144b0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,322
Size: 1.00 vMB
Total Fees: 0.01198927 BTC
Feerates: 150.77 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (381,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,835 533,835 0000000000000000001a1f6615d1092b856d68ceab069fa3a2cbe7b24663ad49 1,352 0.64/1.00 vMB 16
533,834 533,834 0000000000000000000cb0e84bd9669047b22b5c1b532b963991c1b35fc9f3ab 630 0.35/1.00 vMB 15
533,833 533,833 0000000000000000000712520f8a15e4ab27cf709abde1b6b26e7a4e70e2f4de 174 0.08/1.00 vMB 12
533,832 533,832 00000000000000000000d7513c969eab2f128bc83955686d85bd94f7354ee4b1 952 0.54/1.00 vMB 18
533,831 533,831 0000000000000000002df8543927b823bbfda07f46b9e68a2269b0403d65f08f 573 0.25/1.00 vMB 26
533,830 533,830 00000000000000000033a68f65848f1d8293c1dc4be4745205cae691918b83c6 521 0.53/1.00 vMB 1
533,829 533,829 0000000000000000000998aa741dcc02f38a663b1058db2c1c9a5ddd48cc9aac 1,924 0.74/1.00 vMB 28
533,828 533,828 00000000000000000035fc90a7ee49dfaedc95d614d9f85025d8e8e140dc78c6 1,718 0.95/1.00 vMB 21
533,827 533,827 00000000000000000016de6685b1bc03d3fd30dcd3681bd430bf9ebaa423862e 1,963 1.00/1.00 vMB 21
533,826 533,826 000000000000000000190bf22b38b6caee3b9b7c79a452e01a56d640d8435117 145 1.00/1.00 vMB 1
533,825 533,825 00000000000000000015704a1d2d93da6c728012cceb9305267a8d97f00d7c8c 1,361 1.00/1.00 vMB 12
533,824 533,824 0000000000000000002abb7a38022a28c51639ff8438363070a192c6bf1bd7d7 1,151 1.00/1.00 vMB 10
533,823 533,823 0000000000000000002e8eed36be7522e3e7bfbb1154573df8d35fe05487e09f 529 1.00/1.00 vMB 8
533,822 533,822 00000000000000000033430cfe5eab1be1f8892a3fc2848e5f0f99ff7dc00339 1,161 1.00/1.00 vMB 10
533,821 533,821 0000000000000000002acb68241a18f24e1fa5c3478911e28372f95ec6b7900c 2,631 1.00/1.00 vMB 22
533,820 533,820 0000000000000000000e8cf2c482b43d7a9670788c6db5d2939873bc391d4088 1,358 1.00/1.00 vMB 5
533,819 533,819 00000000000000000005206f1a1bb9f125f923859d5823c4bebc01a98ec85fc4 2,805 1.00/1.00 vMB 18
533,818 533,818 0000000000000000001a9c06d354858e90d8262f788c3f2fe137f037d506000b 2,794 1.00/1.00 vMB 36
533,817 533,817 0000000000000000000c95c3dccfca0d2cccb00e70272923b47073584a6850c2 461 0.20/1.00 vMB 31
533,816 533,816 0000000000000000001f642d24d3968eeef81460531346adbfb9882dd711ed45 2,246 1.00/1.00 vMB 24
533,815 533,815 000000000000000000159398b609db2cf004c969873665c47a646c6518d4a1f0 1,343 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.