Loading Tool

Explorer IconExplorer

Memory Pool

84,774 transactions
31.45 vMB
0.09064271 BTC
Random Selection Loading Transactions
Max Size: 192.91/200 MB

Candidate Block

Mining Attempt c72b53e3a572953f2592bba606a934986ce37e8867ad84567de94aadc6ba5997
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root 695b680648a7fc9e1e4113009ed62f59a8cc341b5b15c0f31774f2a13b474091
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,975
Size: 1.00 vMB
Total Fees: 0.01363922 BTC
Feerates: 73.20 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (31,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,139 884,139 0000000000000000000240612cbe9d7f44a477e09032b5fbf8916450eae3f1a8 3,155 0.99/1.00 vMB 2
884,138 884,138 000000000000000000024f12b9410f5244488c52bbf4b911ec018a6a24dfaaa0 1,604 1.00/1.00 vMB 1
884,137 884,137 00000000000000000001a6ef55ab339ee26ff46f01c0a071eac5897d9ba5eb14 1,465 1.00/1.00 vMB 1
884,136 884,136 00000000000000000002655d7b7a0c16ef677941a2a20ea466ca985f6702a6db 1,046 1.00/1.00 vMB 1
884,135 884,135 00000000000000000001aa3597485d8646a1569ffb572609efbbf0f154486cf3 1,964 1.00/1.00 vMB 1
884,134 884,134 000000000000000000022a7ee08fba5693e0615a28eef3f5059a0130ceaf8ee3 2,622 1.00/1.00 vMB 4
884,133 884,133 00000000000000000000ecdd72ce7b46d422a3c61a18c2cf1ae0026b383ee9b0 2,413 1.00/1.00 vMB 1
884,132 884,132 000000000000000000020bc4d8dc7eb2e0f2ae228db27866333f3c2d467a96bd 4,264 1.00/1.00 vMB 2
884,131 884,131 0000000000000000000089920839882dd780222dc8dd498ef5ed8f63b36aff3b 3,043 1.00/1.00 vMB 3
884,130 884,130 00000000000000000001efb5de626dccc4109fe56fd551c126a2f305b28b3da9 2,504 1.00/1.00 vMB 4
884,129 884,129 000000000000000000004a45603784387fde6b0baba65851d68f0fe4c95ebd30 2,349 1.00/1.00 vMB 3
884,128 884,128 00000000000000000000e71c1e0749fb7e7fb117861d04bb222a8c5cdc10a0fa 3,790 1.00/1.00 vMB 3
884,127 884,127 00000000000000000001e87208058ea9a66d6bcc4cd3485f271cf85f66fb4071 3,077 1.00/1.00 vMB 5
884,126 884,126 0000000000000000000082642a4cb053f6f1550b6eae6e0d74b5176ec9eaec57 2,841 0.63/1.00 vMB 2
884,125 884,125 00000000000000000001589f5853c7e791b7aee0af5fbbee14d50f5c55bade50 2,230 0.84/1.00 vMB 1
884,124 884,124 000000000000000000023eecd0921ebbc585ca88c0c4ca7913f7b63c2f93c7fb 2,858 1.00/1.00 vMB 4
884,123 884,123 0000000000000000000207be171b8b1d65ae5701e05b4e4ccb6e51c4a2b2f43a 1,610 0.59/1.00 vMB 2
884,122 884,122 00000000000000000001cf451b2fd129d1d1aba9b368da4f1220301e74ad3c81 87 0.02/1.00 vMB 2
884,121 884,121 00000000000000000001fae9dff5cba58276040730e2b2f8db22496a3b500f0a 2,742 0.48/1.00 vMB 1
884,120 884,120 00000000000000000002755dec3855bcd3bbc27268a0726688348d7d54fcd99d 3,124 1.00/1.00 vMB 2
884,119 884,119 00000000000000000001387291a4cbf7d5d3f4f2cd8a7015f7c9c22586a47968 1,890 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.03 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.51 GB
    • Received: 18.08 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.