Loading Tool

Explorer IconExplorer

Memory Pool

80,858 transactions
34.77 vMB
0.18315167 BTC
Random Selection Loading Transactions
Max Size: 194.74/200 MB

Candidate Block

Mining Attempt 4486030e8a4e00ae59c4d6aea1128ee8fb46a2d05f3dc5c5e6eab1ccbd49d312
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 906ba03f5ce0a753cb128db28f1c6b0398e20a3e4ef3b697597ac6650bdc52c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,131
Size: 1.00 vMB
Total Fees: 0.05150149 BTC
Feerates: 189.28 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (41,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,586 873,586 000000000000000000013252d26d896f36d626a677a9c50973c2eac45a218f2b 2,002 1.00/1.00 vMB 14
873,585 873,585 000000000000000000001301fa4eaac6a30eff4a0c17215ad3d77aea654b6bd6 696 1.00/1.00 vMB 10
873,584 873,584 00000000000000000002a56089912216ab4ef22216785fe2a940f9ac090b84ce 1,148 1.00/1.00 vMB 10
873,583 873,583 000000000000000000000b2058621f2e6f433cc37fd84eba574fcc0a1d990890 3,255 1.00/1.00 vMB 15
873,582 873,582 0000000000000000000105de8f8691af818a4aa49ec01d03601ff5eb9407af8f 3,671 1.00/1.00 vMB 14
873,581 873,581 00000000000000000001d6ebcc497790dc447f888fca90e7ccffd3aac74d08fa 4,238 1.00/1.00 vMB 16
873,580 873,580 00000000000000000000fb4a497e37fd6fe4c3f7ce9d7e450d7f23828cdff030 3,954 1.00/1.00 vMB 19
873,579 873,579 000000000000000000027ea33c87656845b411968c0d7018960865faf12032ee 4,475 1.00/1.00 vMB 22
873,578 873,578 000000000000000000025423e700b6520db875948468bc4c1d9e8c0ec12e7b69 4,594 1.00/1.00 vMB 30
873,577 873,577 00000000000000000000876824bb39a22e42dbf0e3e4fbe058d4e5f516b8ba84 5,204 1.00/1.00 vMB 37
873,576 873,576 00000000000000000001a7e2ed2922731cf8b7cee9dac340818b4b8432e5d5d6 5,758 1.00/1.00 vMB 34
873,575 873,575 00000000000000000002720cd1da62a79101f7bc3e0f933a3ac31d6c7395657c 6,096 1.00/1.00 vMB 35
873,574 873,574 0000000000000000000295dd695e6547ba89527044c2a2790bf09ac2b3b6696c 5,872 1.00/1.00 vMB 37
873,573 873,573 0000000000000000000182f6bf1083700dfba1a3d5644649ed004a3d0e4bacec 6,492 1.00/1.00 vMB 26
873,572 873,572 00000000000000000000ce6d3b8a652dcea3b7d83cbaeb5831bc599aa7356618 6,190 1.00/1.00 vMB 31
873,571 873,571 00000000000000000001fc09555da6648b762851066e42bac3fcbe2f1d61cec8 6,063 1.00/1.00 vMB 35
873,570 873,570 0000000000000000000146afb677415326bf3096f072a3a0ea85cc71981346aa 5,425 1.00/1.00 vMB 38
873,569 873,569 0000000000000000000106aabecd78bf8f7e64fbefd4fecd39c921114e30fbd8 6,394 1.00/1.00 vMB 28
873,568 873,568 00000000000000000001db0402a8168fb3d906bde0022ede2421e49180869ceb 6,127 1.00/1.00 vMB 15
873,567 873,567 00000000000000000000c23fca0ee1c4d9ee368ca3220eca77d696f27c2cebcd 6,869 1.00/1.00 vMB 12
873,566 873,566 000000000000000000027742bd9f2ba0eff93706c8c0f6c0782bb9879e06a920 6,269 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.11 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: 734.22 GB
    • Received: 18.55 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.