Loading Tool

Explorer IconExplorer

Memory Pool

77,606 transactions
29.56 vMB
0.07261157 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt dd429f6e3cec4d1a906dd5667ac2945aa5a3a4ecaf1929d3270c15b1f3d3b686
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 44e3d077633965425aed83ee41519701a0504a58521ecb4e0302148573ff67ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.00734394 BTC
Feerates: 75.20 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (35,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,890 879,890 000000000000000000007af7d48d5e8dfa682d468d4257c0f8c12f16c1774491 1,585 1.00/1.00 vMB 2
879,889 879,889 000000000000000000015a6e54ec759b715978765528ec933a4a3de5e3b499d9 2,605 1.00/1.00 vMB 4
879,888 879,888 00000000000000000002131df4cdbc97febaf6cf0d5709cb0a4de61a25f9d3d5 1,890 1.00/1.00 vMB 4
879,887 879,887 000000000000000000015904de11261f61b58ebeea166bc0b97a41db23dcc0c5 1,576 1.00/1.00 vMB 1
879,886 879,886 0000000000000000000273243ad66ca5f3c3c7bcd79aa635c4f55f95b0b8e9a7 3,058 1.00/1.00 vMB 4
879,885 879,885 00000000000000000002898c0fcc86ab38fedf3470db579279ca6780f688723d 608 1.00/1.00 vMB 1
879,884 879,884 00000000000000000000407e048d532d3c771679fcb21146745ee84e45b2b5a4 2,341 1.00/1.00 vMB 2
879,883 879,883 00000000000000000000a9a4e4120d90adb0b6fe7923d91584a7fe8912d4e437 2,259 1.00/1.00 vMB 3
879,882 879,882 000000000000000000002cf9ac09e7903087fe2867f1dd3342c33e1da6434b08 2,906 1.00/1.00 vMB 5
879,881 879,881 0000000000000000000116093ea53c7ff5d7f3cb21db92484d3e160335b029b9 2,102 1.00/1.00 vMB 4
879,880 879,880 00000000000000000000e1c93bbb56b9cab5e39faa51496468318cb6b61608d7 269 1.00/1.00 vMB 1
879,879 879,879 00000000000000000000f248556848f8546e91a93a66cba63076ff707c8d20ad 1,352 1.00/1.00 vMB 1
879,878 879,878 0000000000000000000055031c27424027b400bb4006d262141e210aec9f2363 1,488 1.00/1.00 vMB 2
879,877 879,877 0000000000000000000255d909b1cc3a6b9e8262281cbbe8b4e4f9a9273c17ef 1,414 1.00/1.00 vMB 4
879,876 879,876 00000000000000000001c5f1f450cbf0e8739fb9f54a5360acdf57c83b0f39d5 503 1.00/1.00 vMB 1
879,875 879,875 00000000000000000000f4f53eb3ab42616f11196b78aad4fe99be5c1a1df18a 579 1.00/1.00 vMB 1
879,874 879,874 00000000000000000002572ea78435bbc84d924ce473dceeb2aac2fc561f7860 731 1.00/1.00 vMB 2
879,873 879,873 00000000000000000000fe4e82acff16c7e69cf4e793ebd6b3935a172efa98ff 3,141 1.00/1.00 vMB 4
879,872 879,872 00000000000000000000246630dc99eea445db3b55babcfdf20bf21a89de5eaf 1,200 1.00/1.00 vMB 2
879,871 879,871 00000000000000000002631b1f4f93afb87191a3897cf3889bfbf4f47334f57b 2,423 1.00/1.00 vMB 3
879,870 879,870 00000000000000000000bf8ae1c15b91e1a6cde6c060c5c19249a12301852848 929 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.