Loading Tool

Explorer IconExplorer

Memory Pool

73,229 transactions
27.18 vMB
0.06282727 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt 9829daebb300050da04554280caca9e3f93374d8c3ce18167d42ce2b73d8f92c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root bbda9fdb2014665fd9be349092c9a0dd7134742211ea2f325f2a0386b503013b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.00510057 BTC
Feerates: 73.20 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (425,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,319 490,319 00000000000000000095dcc364284a54bd90fb218cffd1e9932b632347687e67 2,319 1.00/1.00 vMB 198
490,318 490,318 0000000000000000005e916e58e085394f357d87f062bc486a5b5fba6ebd8a29 2,665 1.00/1.00 vMB 195
490,317 490,317 0000000000000000001f079c7126cbeed2e4e51f75d3b9a1460bd1927e34aa70 1,476 1.00/1.00 vMB 353
490,316 490,316 000000000000000000dd08d31e095be3cef7c99725e69ce3559ca7c86888ca90 1,405 1.00/1.00 vMB 34
490,315 490,315 0000000000000000003dcd8f7a7918410b9ec665cc126cc7ec3f4d1f24f02013 2,441 1.00/1.00 vMB 51
490,314 490,314 000000000000000000cb7bdc2f5a5107ea07a2855469b93c4ba4d0d0dbbdbe90 2,082 1.00/1.00 vMB 111
490,313 490,313 00000000000000000029327beed8b5274a91d8c1e5fbfcee1d9f77850db60d1c 1,564 1.00/1.00 vMB 143
490,312 490,312 000000000000000000ac6372ebc2bae93f94021ce7079fabad37edc451dc8c8c 2,541 0.98/1.00 vMB 260
490,311 490,311 000000000000000000237a339d2b804061a0e964b47fd88e62f881e592affc37 2,166 1.00/1.00 vMB 178
490,310 490,310 0000000000000000006d5e1097416c0d9b1e0cd67c831d2074f67470ba725f13 1,742 1.00/1.00 vMB 63
490,309 490,309 0000000000000000007b48346c671aed4967f7b4696322511dc0df4dfd046e5e 1,969 1.00/1.00 vMB 59
490,308 490,308 0000000000000000009ac2aed60a244ca73f03a5f225ed0df972d0d373757d2e 2,564 1.00/1.00 vMB 33
490,307 490,307 0000000000000000001eb4d49df912b5e3ca5d27a20220ac9044b2bd81d8c081 1,484 1.00/1.00 vMB 260
490,306 490,306 0000000000000000003fad46b5eb9470db4a9b9b9ce34021c71159dc9de3d531 2,208 0.97/1.00 vMB 172
490,305 490,305 000000000000000000b73e1edf0c4b8986c42cfc6e9b9581e44fef273101f244 2,292 1.00/1.00 vMB 75
490,304 490,304 00000000000000000078ebd4cf5f2b9068d6e17317ab0ef1224dedec1b9f54f9 1,686 0.96/1.00 vMB 143
490,303 490,303 000000000000000000a19894dcd11a630342a1f142a3af297f9444e628bddf6d 1,954 1.00/1.00 vMB 146
490,302 490,302 0000000000000000007122ed210c9af3c1e8903266fcaf47c76d9250ab989d99 2,442 1.00/1.00 vMB 189
490,301 490,301 000000000000000000895fd1cd85561132cdeac3a1104a88409ffa3925a0ba17 2,797 1.00/1.00 vMB 264
490,300 490,300 000000000000000000aabb22a38523b0b9797a5ecb27b6b3eebcb9cd9b19dd38 1,773 0.96/1.00 vMB 29
490,299 490,299 0000000000000000001a5538b940998b09e0672d5b9a0f22247a5534771442eb 2,641 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.