Loading Tool

Explorer IconExplorer

Memory Pool

78,349 transactions
29.36 vMB
0.06611365 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 30dbc4281a8861481173da5f99c5e7cc27a4d3af91589c73cb4985a0eee985f3
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root 9b935e9a663700ed1f625752fd1e85a420b924add3bf0d3bf1213bd8361d5a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00654162 BTC
Feerates: 104.71 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (479,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,436 435,436 0000000000000000022a3cbfb6b291f8967689fbd09319ffdcd769bc4f567e28 2,261 1.00/1.00 vMB 74
435,435 435,435 000000000000000002ccb4357d5f2876f0eba84ce9dec1d5fabbe54e695a0008 1,916 0.98/1.00 vMB 38
435,434 435,434 0000000000000000021a0c6520d6f257c0f0234814c75560a90333da47fd63a3 2,612 1.00/1.00 vMB 62
435,433 435,433 000000000000000003e168e9eadcb30ec1fe49ccc0b3bd48a0abcd38b6429210 2,572 1.00/1.00 vMB 90
435,432 435,432 000000000000000000d2d1f5b266241ecb55ad0a18e749e830b6805a316cbf7c 444 0.99/1.00 vMB 17
435,431 435,431 000000000000000001b50921e28d027cc30904ac09d54e6f501a6e140bf7ec7b 1,603 1.00/1.00 vMB 56
435,430 435,430 000000000000000000d830afb618cbd07ae52f0a5ed53e97232199d4e85772d1 2,125 1.00/1.00 vMB 54
435,429 435,429 000000000000000001e8c15b64ca6388f50bb42c81a87235f4b64ec33cd7e67d 2,860 1.00/1.00 vMB 75
435,428 435,428 000000000000000003c59f504d6619668a14bc1d1247fd1d67a887cd88754e6b 769 0.33/1.00 vMB 59
435,427 435,427 0000000000000000021e77e9a20d1ce2b44972080696a914753af98cc6396584 59 1.00/1.00 vMB 5
435,426 435,426 0000000000000000004130a88e38359119bb0d4e4cd8a426e4bebb7cab7025d8 914 0.98/1.00 vMB 25
435,425 435,425 0000000000000000031f8be92ceae0c4515a353d5804a7cb451a5d1765f0e598 820 0.99/1.00 vMB 21
435,424 435,424 000000000000000003cb7bb23b9ee2135e727cdbca9a1addbd027624bdb56a75 2,482 1.00/1.00 vMB 55
435,423 435,423 000000000000000003733ab5cb1a3aa5f93585168ce24bc32d6c4fdd168dc69b 1,893 1.00/1.00 vMB 80
435,422 435,422 000000000000000002abaa9f3170d7a2f0c672f292623a9500d6da2a9f88d02e 849 0.35/1.00 vMB 60
435,421 435,421 0000000000000000000282a91be346edc739c1ec944c57497ad297a43ae729e0 1,888 0.98/1.00 vMB 47
435,420 435,420 00000000000000000391db342508b5d4a6ab6a3e3fe5e3c581ee610606764a85 934 0.42/1.00 vMB 48
435,419 435,419 000000000000000000d79d3d7e600368e4d480c80bea5ca09d7dd61e0283046f 2,538 1.00/1.00 vMB 69
435,418 435,418 0000000000000000039aebb271a4204492591ffa49e23abd38b0c9d4a7bd08c5 2,356 0.97/1.00 vMB 63
435,417 435,417 0000000000000000042f7cd701cf7371e777e65354129bbb6776a69e67fc80e6 518 0.25/1.00 vMB 62
435,416 435,416 000000000000000003fbf827d1941fe67c9fbf1b698f89f55b34ad541b771361 550 0.99/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.40 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: 664.69 GB
    • Received: 15.03 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.