Loading Tool

Explorer IconExplorer

Memory Pool

63,951 transactions
25.04 vMB
0.06615965 BTC
Random Selection Loading Transactions
Max Size: 148.28/200 MB

Candidate Block

Mining Attempt 446fda29e39fdc469f3d89776f45e27354bfa86278c505e8f86bc9e4fc267c53
Version 20000000
Previous Block 0000000000000000000006be0ed20f596bed3b9f7c3edeaddf0f0e5327ff5a57
Merkle Root 66a5eb6cfa6b5d268153a8063f78599d6d556f6440ecba17bbfc3e70400a3ce4
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.01118222 BTC
Feerates: 20.18 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,613 (760,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,092 157,092 00000000000003e53628762ce027e0e1f22a1de5c1d08a7e02301be2f1f1d698 12 0.00/1.00 vMB 16
157,091 157,091 0000000000000e042254d238c34596a6855d5eac2e95192a2d8c6b73344de08a 7 0.00/1.00 vMB 13
157,090 157,090 0000000000000ab06e2fbce6908aa606a7e0a5923ab8c9d872221acd0781f4d5 23 0.02/1.00 vMB 161
157,089 157,089 00000000000004ffabcf5374139feaf38133d757a6c7e5606a146ea7229ed684 3 0.00/1.00 vMB 80
157,088 157,088 000000000000072bb9f2d38376a77b5df7cb8c949e69f2e137069413f811091e 4 0.00/1.00 vMB 132
157,087 157,087 0000000000000aa7d0dcecec6529af74de9b6fbd82da829673e08742671070ad 6 0.00/1.00 vMB 380
157,086 157,086 00000000000003c6de638b5f2daf1d5c73cd5e1b7983126d89e2758b2dd1ca3c 24 0.01/1.00 vMB 73
157,085 157,085 00000000000000e380c08bce98fc2246eb9e2979ff790efe1e668ad74629a760 51 0.02/1.00 vMB 32
157,084 157,084 0000000000000abd235f2fc115f38852d218c62e94bb75044be204c91c761fb9 13 0.00/1.00 vMB 52
157,083 157,083 00000000000009e90e4179250e34e58887ec0e7c03ea64e093ba9f4652a6667c 19 0.01/1.00 vMB 10
157,082 157,082 00000000000003ccbcd8c28cdd32fc827adb3551591af957a825a49ca45f71c7 23 0.01/1.00 vMB 122
157,081 157,081 0000000000000582f1bf0e3be4b6a1ae1afbb565f9e8308363e4f13776332c38 32 0.02/1.00 vMB 92
157,080 157,080 0000000000000a2d6e2dd26509f2a5c5ddd5b8eb59fc1c73616364c0e6af2de6 96 0.04/1.00 vMB 28
157,079 157,079 0000000000000b144524ae9d8aad55c0ee606c7c021b1d164b543ad40a837465 2 0.00/1.00 vMB 1,080
157,078 157,078 0000000000000712b0c78242ac7167452cd45502b5b24bb3ef6dd29d347b8273 13 0.01/1.00 vMB 9
157,077 157,077 00000000000004530bff812eddb78db46a076b1ff9b5d68f38d9204fa88ceb32 53 0.04/1.00 vMB 197,623
157,076 157,076 0000000000000dfd329f0f6f5992650802ce85b6f874a14a4fe6ea5236dca6c3 11 0.00/1.00 vMB 85
157,075 157,075 00000000000008546cec085b12b59090cbe8a05b79bd6961a4d5388dc97b4ea7 40 0.02/1.00 vMB 217
157,074 157,074 00000000000000be8dfb16ef895f99b1a6eb2011e2c5d424307d2787928bf9b7 83 0.03/1.00 vMB 3
157,073 157,073 00000000000003f488333d791ad20be94e65641cc89035e25ee9d609eea53829 32 0.02/1.00 vMB 43
157,072 157,072 0000000000000f3c1fa4928bda92bd02186ab77514ca78c46c3c40d0cfcd718d 18 0.03/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 786.87 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: 1,021.50 GB
    • Received: 35.46 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.