Loading Tool

Explorer IconExplorer

Memory Pool

75,696 transactions
28.64 vMB
0.06662892 BTC
Random Selection Loading Transactions
Max Size: 175.17/200 MB

Candidate Block

Mining Attempt 855f173ba45dfbf0572335df53e3822e8eefd10520192a3d1d6b9bab3b1a7856
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root acebb59e1d97b7b50a6ed802596ed2a4302878b3779cebf98c5ec37279bff748
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.00442209 BTC
Feerates: 20.11 > 0.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (443,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,798 471,798 000000000000000000715f6e0a7cf3370c0c021e45cf2da877c7f808d5533696 1,823 1.00/1.00 vMB 188
471,797 471,797 0000000000000000012fa79d3a0247202b7e83ee3e5100fa559a1136ebaacb36 1,541 1.00/1.00 vMB 274
471,796 471,796 0000000000000000002477a6bd1ea52970a6eb5053a827421da2edb099ebedef 1,214 1.00/1.00 vMB 316
471,795 471,795 00000000000000000067fa74e9e07cab5513baf496f86adb2f35660f9cf75213 1,873 1.00/1.00 vMB 371
471,794 471,794 0000000000000000008567c5bf6782e57fb65c6547363c9f5e8e874e534aafe1 182 1.00/1.00 vMB 280
471,793 471,793 00000000000000000151275cdef3c23282548059f6eeec58ef803bb5770a7ddd 558 1.00/1.00 vMB 333
471,792 471,792 000000000000000001870e115fa2d53fd65c2b2014d4c790d7306ef4a6d21b84 1,121 1.00/1.00 vMB 361
471,791 471,791 0000000000000000008550716b6f34613b23d3d576dca345128d37fbbc8079ea 1,940 1.00/1.00 vMB 193
471,790 471,790 00000000000000000042641940743c0b6359028dba9bdae90ff49d26339e7fcc 1,963 1.00/1.00 vMB 297
471,789 471,789 00000000000000000058ac7c6a002127473bbdc04a3422e178d4b56e9a7a99c2 3,277 1.00/1.00 vMB 457
471,788 471,788 000000000000000000d45ba21ced959c520f4a3409541400aa12ec9550189f8d 1,014 1.00/1.00 vMB 96
471,787 471,787 0000000000000000014dc4ef64408bced46812038b1d1b62b07b87aa31a6b75a 2,218 1.00/1.00 vMB 174
471,786 471,786 0000000000000000003bc96f15b3b1271b94592d3106fcf9f8287db4ffa25756 1,892 1.00/1.00 vMB 199
471,785 471,785 000000000000000001792dc663db06b3f5743ce784cf77a6fbd176936cf0e9ec 1,998 1.00/1.00 vMB 255
471,784 471,784 0000000000000000003d2b588942807cc79e5320619828f6c6610374d5a0eca3 2,391 1.00/1.00 vMB 312
471,783 471,783 000000000000000000a3d847b04c6d77ad7cc48d383c74f7abb00c5578c1bed5 2,839 1.00/1.00 vMB 377
471,782 471,782 0000000000000000000f7e86b67856687e51063ccb5f9e9738a8680a1bd7c7f0 961 1.00/1.00 vMB 107
471,781 471,781 000000000000000000eecbb330b36c0efe2a05ce9ff1752e4a0075480c58f178 1,026 1.00/1.00 vMB 130
471,780 471,780 0000000000000000006bd007883cb5f8f12437e0c3607025e155226a3d8468de 385 1.00/1.00 vMB 58
471,779 471,779 000000000000000000e4044825faedd012e12eb9fae00e72a8e03111baf335cd 1,618 1.00/1.00 vMB 200
471,778 471,778 00000000000000000018b81b3d7be60b31cec8d661f588880cbb5d101fb33dd8 1,973 1.00/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 782.82 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: 710.66 GB
    • Received: 17.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.