Loading Tool

Explorer IconExplorer

Memory Pool

45,917 transactions
27.70 vMB
0.07641451 BTC
Random Selection Loading Transactions
Max Size: 146.58/200 MB

Candidate Block

Mining Attempt 0b81676e6ad615c2de68419bfd556eeaa70ded9d72a8bc4a65b64d7ed802200c
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (413,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,763 501,763 0000000000000000000acdd74a3ea04786db2ed16c5a674c50056b1090035dd6 2,758 1.00/1.00 vMB 692
501,762 501,762 000000000000000000678a02373180fb3139744d22af370855dbc732c0f962c0 1,619 1.00/1.00 vMB 266
501,761 501,761 0000000000000000006d68a0eded861e5e371bebf96b1a22a8035edcc568a64b 2,119 1.00/1.00 vMB 318
501,760 501,760 0000000000000000002618fa9235e9c8e431e347c8eea481d911b7dec8e35b4b 2,825 1.00/1.00 vMB 583
501,759 501,759 0000000000000000006d96e76af60d87b52bc2cda65202f0d978a2729707bad6 2,128 1.00/1.00 vMB 322
501,758 501,758 0000000000000000004aa9a3aaa0966acb044c5cd714cb97e92c3c2db263cbc1 2,499 1.00/1.00 vMB 432
501,757 501,757 000000000000000000529eb1e9b154a5d0d2db9f505547c93899bd51d563d16f 3,301 1.00/1.00 vMB 632
501,756 501,756 0000000000000000004190bb51df7a80c10075239d0eca262f14eb5d0502e691 3,123 1.00/1.00 vMB 538
501,755 501,755 0000000000000000002c4a703064a36fba90993c33075dca27c6dbb18e23a225 3,031 1.00/1.00 vMB 576
501,754 501,754 0000000000000000006fa12cf7b67f9d22b999d63807b9b0b0747707254f863f 2,033 1.00/1.00 vMB 960
501,753 501,753 0000000000000000007414139f3893a22fcf42abd5197c83aa85b2b869f51419 3,092 1.00/1.00 vMB 573
501,752 501,752 00000000000000000061265b696f31404e715d69cfd91fc39a7443115e16e688 2,759 1.00/1.00 vMB 631
501,751 501,751 00000000000000000044287df5bacd09875105f3e0a03483150422bb234a02c5 3,080 1.00/1.00 vMB 714
501,750 501,750 000000000000000000811ebe168b0b3b76625b3839cc64e725f5b03bebfb507c 1,698 1.00/1.00 vMB 333
501,749 501,749 0000000000000000001cb4f9f8a76172d7e699973ba2e28833fd96365378e070 2,552 1.00/1.00 vMB 319
501,748 501,748 0000000000000000004539356e5890039118b81173b4553b7e0c1d61bb29e640 2,418 1.00/1.00 vMB 387
501,747 501,747 000000000000000000090185242ed53d05392dae4da45dc9d7d38952eb4d1c92 2,868 1.00/1.00 vMB 471
501,746 501,746 0000000000000000003701e5a842b9cd90f82185d57d0a800eaa4ff4677a440b 3,106 1.00/1.00 vMB 555
501,745 501,745 000000000000000000605f11973106e695b15a71ccc05089a352a729c72efac1 2,664 1.00/1.00 vMB 534
501,744 501,744 0000000000000000005d051eec452581ffdc97c453e213fd973a0e2fc4c41b2a 2,886 1.00/1.00 vMB 722
501,743 501,743 00000000000000000035085d691d5268d0648c5ae634d33db92208d2d3e3bb9c 2,990 1.00/1.00 vMB 626
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.