Loading Tool

Explorer IconExplorer

Memory Pool

57,965 transactions
19.04 vMB
0.05961110 BTC
Random Selection Loading Transactions
Max Size: 120.04/200 MB

Candidate Block

Mining Attempt 513c844d8057841011e7f1d6928954f3d03af02065474d402c9639c1c417fa8c
Version 20000000
Previous Block 000000000000000000007260ac7b1d63ba4d453bd8cb2d6d98533bfc526ac615
Merkle Root fdf861a2a46cac60974d015ad45f2af2ba568f84c501e1e21e988cd51ec8e333
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,514
Size: 1.00 vMB
Total Fees: 0.01615837 BTC
Feerates: 157.35 > 1.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,706 (878,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,044 37,044 000000006c232482d33f3d9c1be7b32471ef76b36181dd3afdead37ea2cfbcae 1 0.00/1.00 vMB 0
37,043 37,043 00000000adbe1dc26162b7eba2b9ae607ecd74ebfb4f6f43404ec3583ba01a24 1 0.00/1.00 vMB 0
37,042 37,042 00000000ac82e80f25b5ec97c5eb1006a0c8113d5262a74dca4a73f1128cfb17 1 0.00/1.00 vMB 0
37,041 37,041 00000000705ad3bc8f4c61499ef9015b0af30b6df2bbb1fb561a2282cfbd6fe5 1 0.00/1.00 vMB 0
37,040 37,040 0000000061bb7911d0ff3109aafb551023225480b613a76d010f030bb8e06e42 1 0.00/1.00 vMB 0
37,039 37,039 000000006ac6deb0b57db8dfdf2251b486a6e6b9c03e3075f1310050bc5e1f00 1 0.00/1.00 vMB 0
37,038 37,038 000000009f5a085ec1ed4fcf9998368eb91c0b8a808a2b23b19b7b7533504151 1 0.00/1.00 vMB 0
37,037 37,037 00000000b43e3fbec2c6302f843bf752479050223b03b7decaca8843ee90f6c9 1 0.00/1.00 vMB 0
37,036 37,036 000000004f8c7f7649375f2f679b1688a17a20b2f9555189ac533976c6986c0a 1 0.00/1.00 vMB 0
37,035 37,035 000000005444de31c504d7bfcf57cef53ca5071ff06762c9541ca4c861212f9e 1 0.00/1.00 vMB 0
37,034 37,034 0000000090afc7702cb156fa8c92c400cfb61791219557c98fea6446aeb3ee61 1 0.00/1.00 vMB 0
37,033 37,033 00000000b653cdbe256076d1847c40e5a3bd50378f766487f67550f71c0ca218 1 0.00/1.00 vMB 0
37,032 37,032 000000001a348b03688bcc100246b2cfe411a59a35f36b15d4dbddabb55865bd 1 0.00/1.00 vMB 0
37,031 37,031 0000000038a6a17d7caf276905246151bfa8e64839f1f29bbb9dc6be086dbf72 1 0.00/1.00 vMB 0
37,030 37,030 000000000b3c06f4df2f31acecf58fe093a862a24702688349396394c885e85d 1 0.00/1.00 vMB 0
37,029 37,029 00000000baa8768e63d03ab23c4694b4b97f7cbbf17bccc452d7bbc2f7e1829a 1 0.00/1.00 vMB 0
37,028 37,028 00000000a5f7c3d3f75da65028965f8609b26c40325e810251a0d686d02e1edf 1 0.00/1.00 vMB 0
37,027 37,027 000000000587589365a81c3f568256be9773d7d509be12346d37f705f5fe53a6 1 0.00/1.00 vMB 0
37,026 37,026 000000003cf1f363af4027f69ada9e0a33d0078251b1fd0865de87164148ea1a 1 0.00/1.00 vMB 0
37,025 37,025 0000000010208c9ba9a1a2ba26a21532d49ccb12f20c09e1fd0e49ff9c9081a5 1 0.00/1.00 vMB 0
37,024 37,024 0000000091fb402a43662bdccdd7a308ff3d59ad9ed7a934f1f1e899b10d350f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.27 GB
    • Received: 20.84 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.