Loading Tool

Explorer IconExplorer

Memory Pool

83,063 transactions
30.99 vMB
0.09244829 BTC
Random Selection Loading Transactions
Max Size: 189.56/200 MB

Candidate Block

Mining Attempt 3b70671e6cbc4101f789b9f484e26eaec08ae486374ae68fa272c8a9a4d9acfc
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 8a84c868fbe74768af9676a588e29bb5bfee3b582857a9a0907af6b385b28a89
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.02083270 BTC
Feerates: 150.92 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (17,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,937 897,937 00000000000000000000e664ac083eec0155d31724584859620fba2ead220f30 1,917 1.00/1.00 vMB 1
897,936 897,936 000000000000000000000b8fa4cc7ffe61fa2b5845c66831fcc8005f085c0396 2,355 1.00/1.00 vMB 5
897,935 897,935 00000000000000000001afb966550d45f36796c03e1cf8b83668c3cfaca6eaa3 4,278 1.00/1.00 vMB 1
897,934 897,934 000000000000000000003491812dfb254a9434a38b6aecae52543b7e0d896fd1 3,308 1.00/1.00 vMB 4
897,933 897,933 0000000000000000000213f9ef1a7301cc0a638071565999b92f5b6126fd20b6 4,317 1.00/1.00 vMB 3
897,932 897,932 00000000000000000000dba72445acfff4adfd5bb8c49fac7de2c4f13609b2a2 2,622 1.00/1.00 vMB 4
897,931 897,931 000000000000000000012670426d570d864e928d7cf1c45f0a6cc98637de1a25 3,004 1.00/1.00 vMB 1
897,930 897,930 000000000000000000011f8395e6d24cd1a06059f216b097ebc202d3d756cb36 4,250 1.00/1.00 vMB 1
897,929 897,929 0000000000000000000249ceea1adcd67972f8cbbc8183455fe483f61599a290 2,505 1.00/1.00 vMB 3
897,928 897,928 00000000000000000000b40d22a0ed8daecf8e5afcdc68afe641f18cdada3441 2,383 1.00/1.00 vMB 3
897,927 897,927 00000000000000000000a98258777d06ee4799cd438c360e707ff5a3fd328ee3 3,755 1.00/1.00 vMB 6
897,926 897,926 00000000000000000000fd6a95127cba7ed0b307e9f5031860e18548b5c0ac3d 1,932 1.00/1.00 vMB 3
897,925 897,925 00000000000000000001989d00729c6565b4b249dfcf275c717dd1c6064062bf 3,285 1.00/1.00 vMB 6
897,924 897,924 000000000000000000001cc805cd950b04a5d42b2bac21a893be282b0b0092cc 3,437 1.00/1.00 vMB 5
897,923 897,923 0000000000000000000076f0dbce3b05b9d2d840252e541b5c4560c3ca8f4541 3,424 1.00/1.00 vMB 3
897,922 897,922 000000000000000000017259a00f0de1a4a6aca9a22d96de7b7873cf91bdf48e 3,382 1.00/1.00 vMB 6
897,921 897,921 0000000000000000000109bfb865084f7fd43ef1583646a1dd8ad46bed881ac5 3,571 1.00/1.00 vMB 6
897,920 897,920 0000000000000000000157222501f530c1a1a02e91bf5f07e4c81539fc1505eb 3,669 1.00/1.00 vMB 4
897,919 897,919 00000000000000000000bac2982ff4f0d14311a326b0a2a404338be9ab0406b3 2,959 1.00/1.00 vMB 4
897,918 897,918 0000000000000000000095000d516525710922c5920bff1ff4981a61d2519fa9 3,594 1.00/1.00 vMB 4
897,917 897,917 00000000000000000001f20755a675d0763d1e03dfbf24731ecd85a4482ff65e 3,441 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.