Loading Tool

Explorer IconExplorer

Memory Pool

43,599 transactions
26.95 vMB
0.08836380 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 34af149c4404ca25d849313b782bb242e4c9100ea16ee61c989781470f0be974
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a0f494ec35d09f2dabc63f06b45f4d2e5a5f2d17d4e0b8489e29f74f62775db2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.03661485 BTC
Feerates: 151.01 > 3.67 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (306,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,839 608,839 0000000000000000000351186fd35456dff423308357464d1bf254398d20dd77 3,047 1.00/1.00 vMB 30
608,838 608,838 000000000000000000071b0e2ce269246b6002d9cbbb57bb406e051b47e3065b 3,023 1.00/1.00 vMB 35
608,837 608,837 0000000000000000001072a810eca9c8942517f06d2c01bb7e105e6c4a88d5ef 2,631 1.00/1.00 vMB 18
608,836 608,836 0000000000000000000df4b4053df12e789b2f5874a9a9b3308cf20c8d8e2fa5 3,272 1.00/1.00 vMB 24
608,835 608,835 00000000000000000002e34513d61be5559ddd8f38b0efbc972a3314cde071a4 3,111 1.00/1.00 vMB 26
608,834 608,834 00000000000000000004f5b732c922f45cc3958c7bff7c4a6d995224842d3f93 3,162 1.00/1.00 vMB 24
608,833 608,833 0000000000000000001564463cae63df284851328c157fcf902e8f6401f4bdbb 2,886 1.00/1.00 vMB 23
608,832 608,832 00000000000000000002dce191b529017edae3c76d91ab21f757d156daebf43f 2,074 1.00/1.00 vMB 28
608,831 608,831 000000000000000000080ae07ccf2f1b6d1d089f5dcbc1fac50a6b93d005f1e0 2,197 1.00/1.00 vMB 53
608,830 608,830 00000000000000000004176ff0f89686f9f57a9221f53389a465095a318c79e2 2,009 1.00/1.00 vMB 30
608,829 608,829 0000000000000000000e553acb92cedb7be0c3fa5fe264d7a0d4493b611018eb 2,277 1.00/1.00 vMB 52
608,828 608,828 00000000000000000012f2dd0278804f6aaf2c9bbd77ef28c4c75b55635b1c91 219 1.00/1.00 vMB 97
608,827 608,827 00000000000000000001d12e28ad657573b3897d87d63eb248c772cbcedecbd0 1,582 1.00/1.00 vMB 65
608,826 608,826 0000000000000000000e5bae9c2c7d23a0010704db087e570b0c02cdd92af286 1,863 1.00/1.00 vMB 9
608,825 608,825 000000000000000000051ac763a06bd3491a6bcc859a2fb14051a174b5f92ffe 1,651 1.00/1.00 vMB 6
608,824 608,824 00000000000000000011a8d31534a4f3dc24591a65e9cf658a05a347eb96f4bb 1,837 1.00/1.00 vMB 6
608,823 608,823 0000000000000000000c0648fba8d6562e49d15c954d319d3402a5c5ba94f51b 2,206 1.00/1.00 vMB 14
608,822 608,822 0000000000000000000a54700d7ff515416e88cfdde343cd486c906f61d69fdb 2,940 1.00/1.00 vMB 21
608,821 608,821 0000000000000000000c05153cbdd3d928e56921b8c4ac161ce2d10fb401e130 1,995 1.00/1.00 vMB 15
608,820 608,820 00000000000000000006359cfd60d9ea2ae8b6982c48e4ca81b190eb759abb1a 2,256 1.00/1.00 vMB 14
608,819 608,819 00000000000000000015409dd63b9b5313e49496530ab56c0d11b85d632a9f91 3,093 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.