Loading Tool

Explorer IconExplorer

Memory Pool

46,753 transactions
20.67 vMB
0.06374990 BTC
Random Selection Loading Transactions
Max Size: 117.66/200 MB

Candidate Block

Mining Attempt 435ed866f2a15996c68911681e7a0caedc4ec62e9754c5d8012bce813f8f37fc
Version 20000000
Previous Block 0000000000000000000146bedcda3dd89459733c86e1489ad74bb717b0b6fe91
Merkle Root 0691821d2c432f6be4280829b104fa5e7647648f8930b2146579da3bdb870c27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,826
Size: 1.00 vMB
Total Fees: 0.02269970 BTC
Feerates: 200.71 > 2.27 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,978 (180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,798 913,798 00000000000000000001e4f0f6c6b3e6c6f49f02b726fef7776a1e3158a89f3e 5,701 1.00/1.00 vMB 1
913,797 913,797 00000000000000000000d5be5173cfd85e5c82ff35ec2e23571c25c62231a150 1,524 0.39/1.00 vMB 2
913,796 913,796 00000000000000000001cb8f170c975d3ca9087e72f6c55b5dfb2f90f61d6855 5,433 1.00/1.00 vMB 5
913,795 913,795 00000000000000000001e3a2442c216d8aaab4f93e1dd8f467cbf1f3f2d66ef5 5,781 1.00/1.00 vMB 0
913,794 913,794 00000000000000000000be8ee63f2006b034797193743a38418dc8d19d6c7390 4,309 1.00/1.00 vMB 4
913,793 913,793 00000000000000000001cc0353fd23b9be5276469e89009017f3cc907719938a 5,339 1.00/1.00 vMB 0
913,792 913,792 00000000000000000000e2ac5be0a7260120e5375d9f2a3ddb0caef5e09e9666 888 0.38/1.00 vMB 3
913,791 913,791 0000000000000000000093c78bfd86a2846b5fd7f958ebb021ded06fc64930cf 5,334 1.00/1.00 vMB 0
913,790 913,790 0000000000000000000009523cccd0e9fb297d3cb3a5c200be639dd47df9e137 2,711 1.00/1.00 vMB 1
913,789 913,789 00000000000000000001ec657ece77cc392dc4ed2a2232eb3c330038d4f93bce 3,961 1.00/1.00 vMB 2
913,788 913,788 000000000000000000014c12aae088330d79bb0e6e24f084e9a7662915e28124 3,886 1.00/1.00 vMB 9
913,787 913,787 000000000000000000019daf10f895a4a04ae290afc99a1e18acad509f452035 3,186 1.00/1.00 vMB 1
913,786 913,786 000000000000000000015dd89e5a0421219f3af29aa5de35acd0f9535e7a4eab 3,902 1.00/1.00 vMB 4
913,785 913,785 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add 5,041 1.00/1.00 vMB 1
913,784 913,784 00000000000000000001d5881f81424fe9e2a9ce6630171b405e2a10a39a3d25 298 0.06/1.00 vMB 2
913,783 913,783 000000000000000000013c363b4ccc49b7fe77ddbc651d925e1825ff44a9bff5 5,929 1.00/1.00 vMB 0
913,782 913,782 000000000000000000009e4776c0883e0f164c44c7ce85db30c88f6009448575 7,068 1.00/1.00 vMB 0
913,781 913,781 0000000000000000000101cd9fd3b686e74898ca7ad079f4f848b89e776b9954 4,767 1.00/1.00 vMB 4
913,780 913,780 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1 2,174 0.60/1.00 vMB 2
913,779 913,779 00000000000000000000652af86d7244bbb8df14f655fb2239fc0552c319f143 4,801 1.00/1.00 vMB 1
913,778 913,778 00000000000000000001e41a199373bfceb2a1fc9e45a1726fe96acc4bd38adb 6,194 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 537.94 GB
    • Received: 6.09 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.