Loading Tool

Explorer IconExplorer

Memory Pool

76,303 transactions
28.05 vMB
0.07123161 BTC
Random Selection Loading Transactions
Max Size: 171.11/200 MB

Candidate Block

Mining Attempt e3acf3545ec9c465307e2236f91b23cbf2489b3af0627f81237809b293ff30f4
Version 20000000
Previous Block 00000000000000000001b9c985b14b818b8cc23a1e65f53a43b001f21bef4a3e
Merkle Root 467fedce8b2fdc25873e337698f35dfc681bb70e5710529ed23e98f7b080eec6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,859
Size: 1.00 vMB
Total Fees: 0.01047126 BTC
Feerates: 40.21 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,624 (886,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,964 28,964 00000000bd786a100371f4cb5f2a8cd63d44d0b518ca52aafa8f52326b9bbbab 1 0.00/1.00 vMB 0
28,963 28,963 00000000cf7eaab3d550b6dae3c5fc629b2d7cd27996426fa0d781e7a1c42168 1 0.00/1.00 vMB 0
28,962 28,962 000000001fb5ebf5fe20788e1ab5f418198bdec73433a6a2f416073ec8204444 1 0.00/1.00 vMB 0
28,961 28,961 0000000034373ac5582a81e0d4d7334bbeba3ad68039fb1053765b0f5aa6d777 1 0.00/1.00 vMB 0
28,960 28,960 0000000060f38ce4d8cf01b5989c6bc152b8bfbaf8aa7bf3dee4a59edf943576 1 0.00/1.00 vMB 0
28,959 28,959 0000000041a4a3aab872e50153d1b9c17b23e64c44fe3b6eac95a2876217a3a4 1 0.00/1.00 vMB 0
28,958 28,958 00000000dc57e726ec2f8e88b1144713601cff41978ba54c75e595e746dc336f 1 0.00/1.00 vMB 0
28,957 28,957 0000000004ae737c3fec512e01973c76f204ea71ed542c6dcc4776ae4ffa93ee 1 0.00/1.00 vMB 0
28,956 28,956 00000000ab7933d464158993e85b11a76b9ee1da923d84ca652e7537efc3f9c1 1 0.00/1.00 vMB 0
28,955 28,955 000000003d779e81ac278d3d6990a1538a45cc30fc472f17e7ca148b8bfffdaa 1 0.00/1.00 vMB 0
28,954 28,954 000000007fdd5a66dafca145d48046cf2d88b2c99b67ae82e8a2315b0d2ef932 1 0.00/1.00 vMB 0
28,953 28,953 00000000ee31ece0abd773c17011b0b38d822196b2b13689da6c763c7cd3031b 1 0.00/1.00 vMB 0
28,952 28,952 000000002073406dd70596252a8bd17bf1bf19967869ea85b6ee80a4401717d5 1 0.00/1.00 vMB 0
28,951 28,951 000000000e72de1a45a47738101730c84ec7c4e17ab463f326968fead49f0f30 1 0.00/1.00 vMB 0
28,950 28,950 000000002045d4a15f695f6000d633cd2fc0be782c3f39258dd6a6010b425b23 1 0.00/1.00 vMB 0
28,949 28,949 000000009ba2f47707aac48724c37448e090211c268aceb26ec09df4c10a417f 1 0.00/1.00 vMB 0
28,948 28,948 00000000fab710df1dcec0041fd4928e2e412f762fb6fac732671724e949da30 1 0.00/1.00 vMB 0
28,947 28,947 0000000048d79398343d2f6386acd5584ac01f2dfc614e431716f4e90cbeb7e5 1 0.00/1.00 vMB 0
28,946 28,946 00000000fae394ae4b2a1bb0235ed7eae23674456154b3d0bbfa02735817845d 1 0.00/1.00 vMB 0
28,945 28,945 00000000c15259bd4574ab4c9b7abefa4d1707df983184389cc40d70f3d8fa71 1 0.00/1.00 vMB 0
28,944 28,944 00000000fe3c73b255a60b64c9ca89bb9eb0e34bb52703055aeea82a7bfbaf28 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.13 GB
    • Received: 20.11 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.