Loading Tool

Explorer IconExplorer

Memory Pool

83,066 transactions
30.84 vMB
0.08943909 BTC
Random Selection Loading Transactions
Max Size: 186.09/200 MB

Candidate Block

Mining Attempt 619ddef9bc0ee48952f55c0ca521025f0a8c833e5445392e52d2bba50ba66a6b
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 4e83ab29318a1e5af4ea57f5807cbf032baf5700b4d435cb89a3c39d1d16d308
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.02287831 BTC
Feerates: 114.51 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (185,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,992 728,992 0000000000000000000047025f4bffd0e44b3d9baafa2a038270d1e64cb7d30e 1,264 1.00/1.00 vMB 7
728,991 728,991 00000000000000000009b97664c2ae1cef1901bba1beff35860b55e48fa188fb 1,239 1.00/1.00 vMB 2
728,990 728,990 00000000000000000001caea10e8edabe8324f97757ee03cc578c055e98c1a1b 1,209 1.00/1.00 vMB 4
728,989 728,989 00000000000000000005efdae9530f274dc8f3ae8f6f20cfb23417aeac158822 3,250 1.00/1.00 vMB 6
728,988 728,988 00000000000000000006f668e4f4680b78e9675c1ac9f80c5d7807076ee3ce47 3,042 1.00/1.00 vMB 5
728,987 728,987 00000000000000000000be86d52d79862e39506f554f245c493b24b3dc4d8bc4 1,328 1.00/1.00 vMB 10
728,986 728,986 00000000000000000001e90ba7b1fdf9127c5be935fb5d4089ad6040eecbad19 2,537 1.00/1.00 vMB 10
728,985 728,985 00000000000000000003f517e7b268419c1669cdb89f5fc43d7d825cac285f72 1,969 1.00/1.00 vMB 9
728,984 728,984 0000000000000000000023ff563f9fdc38f651e42edfe25634d919b7712560c9 3,585 1.00/1.00 vMB 10
728,983 728,983 00000000000000000006fe35c85cda1fe13fd5a5980cf0a692a535fcb8c41b57 3,327 1.00/1.00 vMB 20
728,982 728,982 0000000000000000000412f2897f245177516c8ab9803715c22667947fc68a4d 1,799 1.00/1.00 vMB 12
728,981 728,981 000000000000000000065de7a630497d28decbcb0f117d32f8ff2fc40c4e259d 454 1.00/1.00 vMB 8
728,980 728,980 00000000000000000005d1c43021cc9af1d02b264117893682034f1fad8fa509 2,316 1.00/1.00 vMB 13
728,979 728,979 000000000000000000016635df14fe45c3dbbc55547e01d74d337c987964070d 3,306 1.00/1.00 vMB 14
728,978 728,978 000000000000000000027ec426a200376bc1b2e543fd9683e4f67566ce8b176e 3,147 1.00/1.00 vMB 14
728,977 728,977 000000000000000000062380bcd3eeede0ee1f815beb107aa6f25c5d9db0bb12 2,729 1.00/1.00 vMB 13
728,976 728,976 00000000000000000003b9e1eec460c3f7059100177d17100fdd1c5c37b84661 1,794 1.00/1.00 vMB 15
728,975 728,975 000000000000000000080b2ed7de8264f8713f4ffda46eb61f7907d80986c3ab 2,567 1.00/1.00 vMB 16
728,974 728,974 00000000000000000008a20929b323620ea87ddb23794b12933be28587c01422 3,078 1.00/1.00 vMB 4
728,973 728,973 00000000000000000007bcb8f13e798ff4ff96cccc0374152c25cb238d8fa828 2,385 1.00/1.00 vMB 3
728,972 728,972 000000000000000000081ad861d9905b6e487f3eaac8492ccfdf7c07dbbf1b92 2,567 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.