Loading Tool

Explorer IconExplorer

Memory Pool

28,406 transactions
8.30 vMB
0.08525095 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.11/200 MB

Candidate Block

Mining Attempt 23bc6af89673a80a3583ded3e6ac7be11b931b15dcdf721d666b07482121895f
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root b01f6a64e850b44c47b44f84cb519e569256f25f11c3e89cc50e653ce77d7aab
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.03689947 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (772,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,796 140,796 00000000000005ec887d2a756a88630c16145de8cf885e9b3e3e1796987c69ba 14 0.01 vMB 195
140,795 140,795 0000000000000655892abd3f87caf69220f778722624c689430bfb7d8f598016 11 0.00 vMB 286
140,794 140,794 000000000000064b2f7219891e33c8edbf2c27bfd21e041726c3da87fd2544a3 77 0.05 vMB 123
140,793 140,793 0000000000000340ab0d383725ca0aaa43c5b822f6a52ca64e0e1935515157c9 5 0.00 vMB 48
140,792 140,792 00000000000006841073d4f09fae2a0333df10794d34bee11b241ef46e517b68 28 0.02 vMB 240
140,791 140,791 000000000000063d826baae40c040960c50f446593228795902f10f416a1d0c7 18 0.01 vMB 196
140,790 140,790 00000000000001bad93f85e0e74ba8afb36054792a4d7e07309b40b54fa4c5a3 4 0.00 vMB 193
140,789 140,789 00000000000002bddfabe6849eacd4f2d8579bf581e1781ff6345f445137ec80 135 0.04 vMB 58
140,788 140,788 000000000000060c92100a4a547cf4282b5e633940ebd4db43648173482e2519 14 0.00 vMB 201
140,787 140,787 00000000000007d7f0db4868e18a8bd62bece702abd2cd19d0159afbda006d62 92 0.04 vMB 171
140,786 140,786 00000000000001b1f198c75a81f797253577f5eebc97ec50e4dbc0cfc3e14206 38 0.01 vMB 101
140,785 140,785 000000000000047f760d33538f1d72dbc0d41e9b9b714e2759f6c553e1ef5115 54 0.03 vMB 376
140,784 140,784 00000000000008d7cf71eb3d55efa9a1f41d44aafe957550094465f73dd0f3b7 13 0.01 vMB 9
140,783 140,783 00000000000007723f8bcf896db84ba4cd8b40a46e5fc87fa0efbc9e06f9fdc0 79 0.03 vMB 174
140,782 140,782 000000000000084944f93acc096cbfb49429035653c54845ad16af31240a14e8 18 0.01 vMB 541
140,781 140,781 0000000000000725de978109741eb94e26762d6c1bf58a97d7e3e6a7b4f913b4 7 0.00 vMB 0
140,780 140,780 00000000000002b43f33ef91fd5cdac39973449302d49cdc2fe9cc3c1082dc2b 1 0.00 vMB 0
140,779 140,779 000000000000046fbec2f417c1f58889cedf774d244b7368f69adef417b46b65 123 0.04 vMB 90
140,778 140,778 00000000000000b9c4cddd09e7cab3fe31c743ecd10681c1d146460e6f9aebf8 23 0.01 vMB 449
140,777 140,777 000000000000088fdcb7bfc70ac4154dc57fe18350f9c167ec83aa438850b789 97 0.04 vMB 178
140,776 140,776 00000000000001ceeeef731a013ea34be8b5c12a699189876f337971d1323eae 131 0.05 vMB 239
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.40 GB
    • Received: 0.43 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.