Loading Tool

Explorer IconExplorer

Memory Pool

48,275 transactions
27.41 vMB
0.07459431 BTC
Random Selection Loading Transactions
Max Size: 146.16/200 MB

Candidate Block

Mining Attempt c823822d74163255ac576d37126ee0a03b1d48cac449f324aa38ab76004460ee
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root bd57c3f36d18cfc46af32b161b3f615887d89fccf4d5d1478693dbfeed363216
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,961
Size: 1.00 vMB
Total Fees: 0.02340064 BTC
Feerates: 150.92 > 2.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (330,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,777 584,777 00000000000000000019fb9a9250d533d9ef70fd4c93893b9467136ac9caf3e3 2,511 1.00/1.00 vMB 86
584,776 584,776 0000000000000000001735245dc4f654e91d29a67a6c9220fdf34400797dcdcc 2,182 1.00/1.00 vMB 70
584,775 584,775 0000000000000000000fee7a8fc9a43f1f4a5e5cd5572f85133ef1ccede1689b 2,224 1.00/1.00 vMB 83
584,774 584,774 0000000000000000001e8bc8ccbc64577dd8ce478ff345546eba5ccd12217d9f 2,251 1.00/1.00 vMB 55
584,773 584,773 000000000000000000100c3f04f2d460f6cbe9a00ec080709f5a1acc92be9ff9 2,346 1.00/1.00 vMB 73
584,772 584,772 00000000000000000008f35220f74d673437c18751f0d98e4b8d2a96ff090fcf 2,631 1.00/1.00 vMB 64
584,771 584,771 000000000000000000181eaa8868d7421dde02163805c7f6b00949050d7bfe8b 2,601 1.00/1.00 vMB 79
584,770 584,770 00000000000000000013817a9839bb46c9b7bcfe434428a43a53661ae576052d 2,143 1.00/1.00 vMB 93
584,769 584,769 00000000000000000011a1286c266d14b0f7aa89f5fd7dbc8edde229049f9237 2,658 1.00/1.00 vMB 76
584,768 584,768 0000000000000000000cff7b2b3ddd6a1a6317b4152324b9abb1b0c3d9fec051 2,744 1.00/1.00 vMB 109
584,767 584,767 0000000000000000000c4a8e0a3f2f5821aa8bad54129d2f6704ddcf43e0588e 1,980 1.00/1.00 vMB 54
584,766 584,766 0000000000000000000e06a64bc3874d9ded6ca41345eca7199dce3c6cad7978 2,437 1.00/1.00 vMB 87
584,765 584,765 0000000000000000000ad953df60bb1000df5501b250136528eb5ec492c0d076 2,292 1.00/1.00 vMB 63
584,764 584,764 0000000000000000000fc22c451fe6a21325d3d3980ea1c0260781bbed535c90 2,774 1.00/1.00 vMB 74
584,763 584,763 000000000000000000131a84f9ee9ae1398ef166e9ac43c7b13b99b752bb1642 2,283 1.00/1.00 vMB 68
584,762 584,762 00000000000000000002d361afeadd888ec7e7163034bfb2dee6d5d401b34f02 2,513 1.00/1.00 vMB 108
584,761 584,761 0000000000000000001131e34ab19f16caea55c34c24e1facaba79a0dbe49e27 2,675 1.00/1.00 vMB 71
584,760 584,760 0000000000000000000f64fa4b8f0c320fdb55b9bf7cd249eacf83b183bd3781 1,696 1.00/1.00 vMB 60
584,759 584,759 0000000000000000000793b3bcb7dcc7e10f6145a41665e4a04687c3fa77fc8f 2,834 1.00/1.00 vMB 70
584,758 584,758 0000000000000000000a278b33dc1f4d34a7e41d553c5ae27f13cab389bc753a 2,692 1.00/1.00 vMB 86
584,757 584,757 000000000000000000072fa7246462932b0c823d912617c924e17bfa619dcfb5 3,063 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.