Loading Tool

Explorer IconExplorer

Memory Pool

83,910 transactions
31.69 vMB
0.10194846 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt 42d1832fbbb1877d502b0bbfdae567556a221a4088f3b047ad4370b6469a421b
Version 20000000
Previous Block 000000000000000000003b443d13fc0b2dcfb7e9b332783fd65c06267c1ae512
Merkle Root aa901f1df730c43349148af70bd8758be4dff4275fd2217ef2bbc8cab83dd00c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,482
Size: 1.00 vMB
Total Fees: 0.02607124 BTC
Feerates: 502.67 > 2.61 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,070 (518,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,989 396,989 0000000000000000061714f1270095e32c3a29e8e82b0848da2e0fc39b278263 344 0.47/1.00 vMB 8
396,988 396,988 000000000000000008f983f222c39d15f1e7c79cff94acc98c89fef84f1a92c9 123 0.05/1.00 vMB 35
396,987 396,987 0000000000000000065610fb9e1a355c24d8caa79c0cb342277eb177dd6f8a4f 674 0.35/1.00 vMB 32
396,986 396,986 000000000000000001be3118d3d5a47aad108b1f40914ccf1e67f929341c5fdd 230 0.20/1.00 vMB 13
396,985 396,985 00000000000000000363f9a5f6d47bb98cad01be81c9cb4d3cecbfefeaa7e7d7 578 0.27/1.00 vMB 34
396,984 396,984 0000000000000000050b3d29e3a4c687f6467c025bddf3979f7e2b728bcad011 494 0.25/1.00 vMB 30
396,983 396,983 0000000000000000001a880756e085a47b380b704fec840619d69e00742e4c41 1,004 0.93/1.00 vMB 20
396,982 396,982 0000000000000000065ce0980472e0f79528fb8c436c907eeee7e7e0b4081d9f 2,147 1.00/1.00 vMB 38
396,981 396,981 0000000000000000009a8deab59c762943e1522a56473151c3f30a73c9a5bc48 1,709 1.00/1.00 vMB 35
396,980 396,980 0000000000000000054ab74689ddff46185a1d33e8aecca7fa3e0390a2d544fd 531 0.36/1.00 vMB 25
396,979 396,979 00000000000000000176aca74fb7b0e7e56d216f36b46c587211eb34695e501d 2,015 0.99/1.00 vMB 32
396,978 396,978 000000000000000008964a970e515ac597cb2a725e2e912593258b7d81ad2d13 1,576 0.64/1.00 vMB 44
396,977 396,977 0000000000000000076d6fbf38d8a0f068704fae73d49a2f53139b3774bf7757 1,065 0.49/1.00 vMB 36
396,976 396,976 000000000000000006d168ea9d8d2b9f1f15c720ed3cb0ae0cc70534104e0ebb 1,381 0.95/1.00 vMB 17
396,975 396,975 0000000000000000031b41ef7aef99346cf402b7ac3d82fd29e3dde3b8ff2143 1,169 0.93/1.00 vMB 23
396,974 396,974 000000000000000008e5c149eddc37f3f3ac8842c968a2bef408a6a7aa8dd619 425 0.38/1.00 vMB 18
396,973 396,973 00000000000000000728021e859bed878c473d522630f8435ea0162395124501 1,641 1.00/1.00 vMB 24
396,972 396,972 000000000000000006c6c64beefb76c3dc9630ec856b2a7a14ac7783c1e10f60 2,055 0.99/1.00 vMB 36
396,971 396,971 000000000000000000dd72bbd8e39df81ef62cc3ef16cda2cf119353b5429197 101 0.04/1.00 vMB 37
396,970 396,970 000000000000000006c05ae0a47f51b990385d0e1813f87e969d5c430aaf818c 247 0.19/1.00 vMB 22
396,969 396,969 0000000000000000044065c232345b4de8cb79c9dc2e2e43d70927589525abe8 1,416 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.52 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: 668.83 GB
    • Received: 15.59 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.