Loading Tool

Explorer IconExplorer

Memory Pool

77,030 transactions
28.87 vMB
0.08020001 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt 98ccbf5059289d758919a5dc31fe215042f9287cf594301f55105b14a0183c8f
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root bd43f609d51c90d9ab9710849ff24b98607d0134909ca319850171896ba8ea0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.01989861 BTC
Feerates: 103.00 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (310,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,522 604,522 00000000000000000014905bc2a60a220ce4309351ac5d3914ad46e5c83fc0eb 1,726 1.00/1.00 vMB 11
604,521 604,521 0000000000000000000729fd11e5d0f0a9fb02283f65cd8c2d6f3413bc5bdb98 2,078 1.00/1.00 vMB 22
604,520 604,520 00000000000000000014362429ea51cb9d26eb616ce3fcdd7b23640d44bfa862 1,125 1.00/1.00 vMB 9
604,519 604,519 0000000000000000000573c2df52e423bdeb9eb1248406c01c82f8a34ceb8b68 1,908 1.00/1.00 vMB 21
604,518 604,518 0000000000000000000f19d22a70afc4cdc8344ce99131b1f085a7bfb840bb53 2,995 1.00/1.00 vMB 33
604,517 604,517 00000000000000000005d41a1f9fc9e4a013a6cf38e7e54a188e65466c0413c9 2,538 1.00/1.00 vMB 21
604,516 604,516 0000000000000000000515bc8c15a4c5ac31b3c06f3df28823a1e3e1867be8a8 1,918 1.00/1.00 vMB 21
604,515 604,515 00000000000000000004dddb8c0a5d3394db726b1a5bd59721e1efc9403f2ceb 2,721 1.00/1.00 vMB 29
604,514 604,514 000000000000000000035045eae5ea0ae7fb36d74342b0eaa9d1577ee95aede6 2,189 1.00/1.00 vMB 19
604,513 604,513 000000000000000000035d2c8b65156ab69b74d2108b159347a6418abef94d2e 2,964 1.00/1.00 vMB 31
604,512 604,512 000000000000000000009e0c9dce52762406e16b8fb6c46dd325586d6df93c2f 2,089 1.00/1.00 vMB 28
604,511 604,511 00000000000000000003c243c467b34fbc3140d4c7a6782d871e77dbb12dd5dc 1,937 1.00/1.00 vMB 27
604,510 604,510 00000000000000000000af9b67707b73cf0ccf2b966c8bcb4beca78a1eb8c6f1 2,470 1.00/1.00 vMB 30
604,509 604,509 00000000000000000009651ce3e8a460872ea411d1ea3f326f264a91426cd092 2,508 1.00/1.00 vMB 17
604,508 604,508 000000000000000000162013b2f0907f40e5f4368e27ddfe722354459a18d366 3,161 1.00/1.00 vMB 37
604,507 604,507 00000000000000000009ec0956478f9b1ed9c696c0007895d02943bf0efc2a9a 2,897 1.00/1.00 vMB 28
604,506 604,506 00000000000000000000eef290bcd08243fa1f3dcac187f1312f362424d482ca 2,592 1.00/1.00 vMB 30
604,505 604,505 0000000000000000000730902156896623eb565ea6ae8eea8622c55efc9c1d26 3,148 1.00/1.00 vMB 33
604,504 604,504 0000000000000000000cdffec58fd2038a415c2f2b73f92c860140e2a2c0b9ac 2,687 1.00/1.00 vMB 46
604,503 604,503 00000000000000000013f086be72c03ac0bcf26b20d0dc3d8a2d19f802393ed1 2,759 1.00/1.00 vMB 34
604,502 604,502 00000000000000000007fe6f7332d250ef34921d897f00e6600094c37c43d774 2,511 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 673.01 GB
    • Received: 16.35 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.