Loading Tool

Explorer IconExplorer

Memory Pool

42,123 transactions
26.92 vMB
0.06320412 BTC
Random Selection Loading Transactions
Max Size: 141.13/200 MB

Candidate Block

Mining Attempt 173cd11926a2abaa7944d727e44efd976fb177aefd12ec1a2906aa3ec5fbfee3
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 61c51c9c0ad137e14f92c5e6acee7466540d6e9b2799b2ab4765422127bb257a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01329159 BTC
Feerates: 60.14 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (65,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,057 849,057 00000000000000000000547d02bc64b8f6d6cf3d99b39c4b8ed9f4d84ff765cd 5,562 1.00/1.00 vMB 13
849,056 849,056 000000000000000000018dde3f84921508c0a8e863494841c59cad6507831a2a 5,702 1.00/1.00 vMB 17
849,055 849,055 000000000000000000017fdcbc4d6725b5eb6ed7fd5bbbf96f161f80a2aba250 5,699 1.00/1.00 vMB 15
849,054 849,054 000000000000000000030dfe7eb49f37177bcc21030904760bfaaf05a3217a98 5,693 1.00/1.00 vMB 16
849,053 849,053 000000000000000000006ff8fe94701f4d78db7f0abcbe4d871d77b41b0ddb8c 6,030 1.00/1.00 vMB 12
849,052 849,052 00000000000000000001cb5965a0efb2ec7f0c38258ea7c47e782aea6afaeb14 6,163 1.00/1.00 vMB 9
849,051 849,051 0000000000000000000207569a01a54507da3b5b7b5d399f12813cc59fee0f2a 5,934 1.00/1.00 vMB 12
849,050 849,050 00000000000000000000d0c248e41effe9345d7c604f4e711b300545fa4a639b 6,223 1.00/1.00 vMB 11
849,049 849,049 00000000000000000001393db2a94737577e3c473036f406e8f922f111cc4f12 4,331 1.00/1.00 vMB 13
849,048 849,048 00000000000000000002ac78c9fa0122ddbd5a0d4ca6668acfd67c980c31e50c 5,639 1.00/1.00 vMB 12
849,047 849,047 000000000000000000027044ba5e44406b2b82763bcaab494b396f25db2ffdd1 5,131 1.00/1.00 vMB 12
849,046 849,046 00000000000000000000a4662ec1e88e35f8121fbdbde606a7c27b3372c2398b 3,972 1.00/1.00 vMB 16
849,045 849,045 00000000000000000001ead040a7fba502c23aae26770a9ed7730b5c8a287872 5,946 1.00/1.00 vMB 11
849,044 849,044 00000000000000000001c77b10e670ca9ce9597c9ad47d0ad6b590a981fdd8aa 5,448 1.00/1.00 vMB 9
849,043 849,043 00000000000000000000ae6eb97bb2af7e0e90d7bd232b42efb3b16546c34ab9 3,791 1.00/1.00 vMB 19
849,042 849,042 00000000000000000002957861d5f834821fc6c3582b457161ab4a82e1d9b1ba 7,335 1.00/1.00 vMB 8
849,041 849,041 00000000000000000000811664233dd142da948a306d9f631dd20c501cbd7795 3,525 1.00/1.00 vMB 9
849,040 849,040 00000000000000000000c3ce181bf0dd27aa7bfb56f2d79570515ace4e71058c 6,116 1.00/1.00 vMB 10
849,039 849,039 000000000000000000026575cc7ef1bfa2eef6cdd568000e2c9df02bda3ea36a 4,645 1.00/1.00 vMB 15
849,038 849,038 00000000000000000002bab6a4f7656293675a2dce2a8c32ee0edb73c9dccbd5 3,852 1.00/1.00 vMB 17
849,037 849,037 00000000000000000001680fbef1de0a6523665158932f8212acc24c8fee871b 4,018 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.