Loading Tool

Explorer IconExplorer

Memory Pool

80,230 transactions
30.23 vMB
0.08674948 BTC
Random Selection Loading Transactions
Max Size: 181.95/200 MB

Candidate Block

Mining Attempt 390f58b16e0b333a3e23efe93d75b1713b9c2c331ac729b984a5f7d5a3225782
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 913d409be0507ad4c89f7a15b923546804ab37338f603a5c5d0b0e6f329609d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,516
Size: 1.00 vMB
Total Fees: 0.02197807 BTC
Feerates: 150.45 > 2.20 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (423,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,303 491,303 0000000000000000009122018104ce1d7c43321b798916bc223ac3f2de6a4934 1,931 1.00/1.00 vMB 96
491,302 491,302 000000000000000000926ed05a8c28df512e88b3a80a9de46a26118d7db3ed5c 228 0.21/1.00 vMB 64
491,301 491,301 0000000000000000008d4d28e60da08d269461fe3df6042b55382fc8c58b7d97 758 0.57/1.00 vMB 40
491,300 491,300 000000000000000000707e4ae1f98dda09ffeff087a0bedd914f898f5676116b 1,808 1.00/1.00 vMB 83
491,299 491,299 000000000000000000778783bf1bf75a6eef52f19351de9518ddba0d2aa746b8 2,171 0.97/1.00 vMB 42
491,298 491,298 0000000000000000003b8cd2a1f32f4110a047de92a0c345a978dc74dc335493 1,542 0.96/1.00 vMB 25
491,297 491,297 0000000000000000009cc268c0120f397b83a12dcc488a492a8c3448fd4fee54 2,207 1.00/1.00 vMB 97
491,296 491,296 000000000000000000a818e2d16429b89fdd9a96770a62d5d2cf3f86310aa013 1,736 1.00/1.00 vMB 37
491,295 491,295 0000000000000000003eec6e49b8c389ffe9e6be295750d69730c89801091773 1,455 1.00/1.00 vMB 92
491,294 491,294 00000000000000000088049a2d75715d2e9493e816fc26e169deea25efac256c 2,092 1.00/1.00 vMB 136
491,293 491,293 0000000000000000009c3d6c70d4457729669ce587ba991ed6c95c888b4fbd08 2,410 1.00/1.00 vMB 99
491,292 491,292 00000000000000000098e90edb539e8dd0ba3e7badc75ca33e03ccef9fd88cf1 2,193 0.82/1.00 vMB 55
491,291 491,291 000000000000000000a6962efaecfc29550b2fd653268cbe6aaec8c4cfdc04ea 2,106 1.00/1.00 vMB 112
491,290 491,290 000000000000000000b19787af6c14537217c728188657c8a360fb9cad0d6c9a 2,049 0.93/1.00 vMB 135
491,289 491,289 0000000000000000005b1e21f28d594a22b38fd3cfcb944d54344318926cb050 2,154 1.00/1.00 vMB 122
491,288 491,288 000000000000000000534efee61bd42acd613894ec2c3b86f9ad896b86c203cb 2,108 0.95/1.00 vMB 145
491,287 491,287 0000000000000000007c8886c0bb2075e2d7eefbb41c1c57bda45a091395335b 2,506 1.00/1.00 vMB 35
491,286 491,286 000000000000000000e5e3c054fe007fcfd05288a627e956c2d1131ae747a087 2,253 1.00/1.00 vMB 59
491,285 491,285 00000000000000000050ed6d074a5a7f3dc16c98d6fc730522c070228b4e58e6 1,820 0.94/1.00 vMB 97
491,284 491,284 00000000000000000051cb17a2a6d1245ac80f8870c8bf21edc4ada08fb39aac 1,333 1.00/1.00 vMB 112
491,283 491,283 00000000000000000083020714ec73744573a304c1a8e8b3b29c861b7d7611e9 1,115 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.69 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: 687.73 GB
    • Received: 16.49 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.