Loading Tool

Explorer IconExplorer

Memory Pool

53,943 transactions
32.11 vMB
0.18133709 BTC
Random Selection Loading Transactions
Max Size: 171.98/200 MB

Candidate Block

Mining Attempt 50639b04c0758e4cf556de2150e13da15d9e8dd99b1eb9071e91ca84e1e6ea75
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 5e57e0f112e9bbd37824db3f248aae7606fa25216b349333e4b636f31906b503
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.07930285 BTC
Feerates: 101.66 > 7.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (200,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,980 713,980 00000000000000000002a3d1f17e2ff1e09f9b9e966eb6c608411726718f0e9a 3,180 1.00/1.00 vMB 12
713,979 713,979 000000000000000000054573abdff39553efcec2629c246d828789acf8a6c65b 2,359 1.00/1.00 vMB 12
713,978 713,978 00000000000000000007d8a85c0edb2955401254ce7c534c12868da6d4b7dfee 3,195 1.00/1.00 vMB 15
713,977 713,977 0000000000000000000600ad0e1c589aeaeae1f62ee496d1016f0cf85f8b8b5b 3,373 1.00/1.00 vMB 32
713,976 713,976 0000000000000000000b95cbaf7efeb3d3744978a1bbf26a1b08b8ac9c3c54f0 3,341 1.00/1.00 vMB 6
713,975 713,975 0000000000000000000292bb82de302b8fc25b42fdf8dbf2ff2dd73f43944dd0 1,681 1.00/1.00 vMB 22
713,974 713,974 0000000000000000000b7fa4c91de7e7d45872b4a79f9a87bce566672b3de330 2,752 1.00/1.00 vMB 10
713,973 713,973 0000000000000000000328cc9b4431f5d87e423801f03813e484dd898dea540e 1,851 1.00/1.00 vMB 10
713,972 713,972 00000000000000000004252fa7c17c6adb5b43207d474863fb347149845c28aa 2,601 1.00/1.00 vMB 12
713,971 713,971 0000000000000000000aae62a3b8d78c18f106e4dc2c784cc91e5c353d451c43 3,167 1.00/1.00 vMB 6
713,970 713,970 000000000000000000033d78cd12bf93358cb0412cc402709ba08443935c101c 3,413 1.00/1.00 vMB 16
713,969 713,969 00000000000000000008e6565d297dade09edd23a82a08270696a1631f0bdb01 1,008 1.00/1.00 vMB 15
713,968 713,968 00000000000000000001fb939e2a09e60244f8e1e408e97356bcc7a5329015eb 2,526 1.00/1.00 vMB 27
713,967 713,967 0000000000000000000353c2c8416257965b1b114e95daec19053f38f62f1262 2,914 1.00/1.00 vMB 22
713,966 713,966 0000000000000000000501b978d69da3d476ada6a41aba60a42612806204013a 2,129 1.00/1.00 vMB 6
713,965 713,965 00000000000000000001ca4713bbb6900e61c6e3d6cbcbec958c0c580711afeb 2,409 1.00/1.00 vMB 2
713,964 713,964 0000000000000000000a311dbac1b142a5933294cb53c532014df46ceda87f57 3,073 1.00/1.00 vMB 10
713,963 713,963 00000000000000000005db360eeb858e26b07d951fecb77db61c2197ae0b20e5 3,390 1.00/1.00 vMB 20
713,962 713,962 000000000000000000067e3653db7c1152a734fc9c77e49e00b73fc76583206d 882 1.00/1.00 vMB 3
713,961 713,961 0000000000000000000170c1532c1f7b893eaffacf368e6db7b2127525921aad 2,275 1.00/1.00 vMB 5
713,960 713,960 000000000000000000096e5c2313456667eb368a92415e7510936464f8aee3be 3,093 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.