Loading Tool

Explorer IconExplorer

Memory Pool

46,800 transactions
27.78 vMB
0.07196440 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt cc3d460d0562dc2332923f48f311952f7a76b9b609b61eaf623c117dae6a8319
Version 20000000
Previous Block 00000000000000000001b111321ae827478201ad15bbddad0e9be5e1d7430374
Merkle Root 20b368c0304a34e317a8e37fad5e3c5258dde3f9815033dde5c1580376aabd66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.01900102 BTC
Feerates: 100.65 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,907 (249,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,414 665,414 00000000000000000002d3123a6d87a393704fb5d6c8238aa998dc1c02a91e76 1,833 1.00/1.00 vMB 52
665,413 665,413 0000000000000000000be27114663b3fe97fa7c703499a30a4ae867dc67f1133 1,594 1.00/1.00 vMB 88
665,412 665,412 00000000000000000005e6137d4614595b352238c9072692100223a5ea96671b 3,167 1.00/1.00 vMB 116
665,411 665,411 0000000000000000000a35008e800e25c5ce6ef215cc3ded66eee41058435ebe 783 1.00/1.00 vMB 22
665,410 665,410 00000000000000000004b8c9f8aebc7d8823e0d9d35c1e4013568ad30b87ddd4 676 1.00/1.00 vMB 22
665,409 665,409 0000000000000000000b279a9f76340f46fa696c39987a8d1d3e5ce126e6e0c3 396 1.00/1.00 vMB 15
665,408 665,408 00000000000000000009c2772fd3fc9d0d3e323fc62f1d9792cf30333b7fbcb2 2,160 1.00/1.00 vMB 46
665,407 665,407 00000000000000000001f618c1f185042f878fff624291f7c4bc4dfae86b0bda 959 1.00/1.00 vMB 29
665,406 665,406 00000000000000000002843a3630c957361d1408f26c34fac7cd02b39e3f6d97 1,466 1.00/1.00 vMB 41
665,405 665,405 00000000000000000000e102b9c2a2376f719a4b4bc01547f4f43f71d35f4cba 1,584 1.00/1.00 vMB 28
665,404 665,404 00000000000000000006d1189e451efab7e4492e8cd4984e526b7edc3bc3f7d5 2,453 1.00/1.00 vMB 53
665,403 665,403 0000000000000000000b11842312a15fb02d7cdefeaf3a68932d43f3229fb40d 1,619 1.00/1.00 vMB 16
665,402 665,402 0000000000000000000d8c72ffeebe65b9c655b02b52f1941ea009505fce083a 2,529 1.00/1.00 vMB 40
665,401 665,401 000000000000000000000103b3ce7c49083c6a2532e0725dfa3f332f4d474fec 2,378 1.00/1.00 vMB 46
665,400 665,400 0000000000000000000b5a5054e5f45a223921eb750fb24a0adedc1d4e7ef41d 2,818 1.00/1.00 vMB 57
665,399 665,399 0000000000000000000b8f65405332fd550208e9a9593cb69e21934f69688846 2,293 1.00/1.00 vMB 61
665,398 665,398 00000000000000000008e23f0acae31ec0806578d9c0f082a3b4a203984b9859 1,181 1.00/1.00 vMB 95
665,397 665,397 00000000000000000007a714a0a1271dc08b690c7a1d94e57967a5cbb82ce160 2,860 1.00/1.00 vMB 52
665,396 665,396 000000000000000000012f90fa9212154ec18fa111700b04211b0e3bede78f95 2,237 1.00/1.00 vMB 61
665,395 665,395 00000000000000000001f42d7d225fa185b5277bd8f4dd6a6d1f02c3f0d029a4 2,299 1.00/1.00 vMB 55
665,394 665,394 000000000000000000080a009209627c9eaa774e5a05185ec1ea6e44733e69d5 2,722 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.23 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: 654.79 GB
    • Received: 14.20 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.