Loading Tool

Explorer IconExplorer

Memory Pool

82,151 transactions
31.05 vMB
0.11921452 BTC
Random Selection Loading Transactions
Max Size: 188.48/200 MB

Candidate Block

Mining Attempt 12b16298c1e04b94bb41c5bd6c7c3ab9e662df1f4a452bd534623ac5f0af9f44
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 5218d70c04ca33f0b93a43d15d7a364f1a9770d610a2dc90f141ccf4ae7cbcad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,371
Size: 1.00 vMB
Total Fees: 0.04067645 BTC
Feerates: 318.30 > 4.08 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (45,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,048 870,048 0000000000000000000212bc0d99a1a272f58e229153e35484a08be812dd46d5 2,948 1.00/1.00 vMB 10
870,047 870,047 00000000000000000001b5b3510a80bdf4be4ece984247197edf0ee74a78decd 3,088 1.00/1.00 vMB 5
870,046 870,046 00000000000000000002a277b5fe476d21c64442c7e3fba112364590f8639623 2,484 1.00/1.00 vMB 10
870,045 870,045 000000000000000000029879894be7256c42748afb03af24423ee8d10b10ae9b 1,340 1.00/1.00 vMB 6
870,044 870,044 0000000000000000000242d717656a7e89967eba9f883c48978211f12ca790d9 3,851 1.00/1.00 vMB 16
870,043 870,043 000000000000000000018e5308dfa2c28027349b2b6d72c87ba7c7544c266091 3,016 1.00/1.00 vMB 10
870,042 870,042 00000000000000000001e3896d79d68ef9e66b7daba12dd63a351d1f7be029f9 3,698 1.00/1.00 vMB 6
870,041 870,041 000000000000000000028eb142a3072f0262aba6db1620c6e1aacb97b50cba59 3,255 1.00/1.00 vMB 7
870,040 870,040 00000000000000000000dc0d67bc7615e516b06edda87d280fbd03a3e9f1e507 3,418 1.00/1.00 vMB 15
870,039 870,039 00000000000000000001a10bcd31b95ad9f06f641d7ba1b4f57d99b446fdac89 3,518 1.00/1.00 vMB 18
870,038 870,038 00000000000000000000a4250b26a2823bdd5af5bccb6a5efdae62fe6f1fa2f3 2,801 1.00/1.00 vMB 11
870,037 870,037 0000000000000000000097f2a0eb30f6a10f9fc06c15db1f7fba6d449a0a8919 2,552 1.00/1.00 vMB 14
870,036 870,036 00000000000000000001ca0902ec8a2abbc16637ef61659c5e7d30418e6a1950 3,892 1.00/1.00 vMB 16
870,035 870,035 000000000000000000026bed0a517f047ff6153438ee4095f931bebb4c5fa307 4,166 1.00/1.00 vMB 22
870,034 870,034 00000000000000000000f55f8711b65b03d7183274ce03c3b6fc02f6447be214 4,440 1.00/1.00 vMB 24
870,033 870,033 000000000000000000019dfe6fa77843516296a87a30e53e6a065ddb88f96bea 4,332 1.00/1.00 vMB 14
870,032 870,032 00000000000000000001cfff7383f3e6508cb60b293b474ddcdc41f37a4085bb 5,382 1.00/1.00 vMB 15
870,031 870,031 00000000000000000001d8cf2e7bc1aaab64b879fb039db2c89de714e33aadb9 5,135 1.00/1.00 vMB 15
870,030 870,030 00000000000000000001de1be8472615865d86f2aaa507c74fe367751add65ac 4,498 1.00/1.00 vMB 20
870,029 870,029 000000000000000000027fb03159704b01f4ded5766c21aceff7892011df68a1 5,671 1.00/1.00 vMB 13
870,028 870,028 00000000000000000001818c2b055d827e102f710b03af660e4dbb468ba7cfa0 4,371 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.08 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: 722.01 GB
    • Received: 18.39 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.