Loading Tool

Explorer IconExplorer

Memory Pool

32,724 transactions
26.87 vMB
0.10768895 BTC
Random Selection Loading Transactions
Max Size: 134.48/200 MB

Candidate Block

Mining Attempt 4a7d034bc9bd665f3732ef53b7deb84fe8f09c072a2f562fe2fb790857e0f3e3
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root aa494075c073579932343517df79a92c04816ec75519edd3ce475387883ff505
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,262
Size: 1.00 vMB
Total Fees: 0.04941904 BTC
Feerates: 502.67 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (797,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,709 116,709 000000000000793f3bc1abca42530b0886788a2a06f2333741cbd3a4f3c5a14f 23 0.01/1.00 vMB 524
116,708 116,708 00000000000076e03a629563e1e5b33c89f4693af151a25f3a504df8c27b04c1 14 0.02/1.00 vMB 415
116,707 116,707 00000000000080d9bf2e1235ebeb042b16e6b147d441a465963685e7ea6e5624 31 0.01/1.00 vMB 1,809
116,706 116,706 000000000000dce227f7d892dd90466ae0af211f15d05a9779228c873bdafe15 14 0.00/1.00 vMB 812
116,705 116,705 0000000000005e219087faeee86a6a8f2db243c2df851e0f779a5f075bafe669 39 0.02/1.00 vMB 1,255
116,704 116,704 00000000000046b543a3a9b4070a5e5cf9a6e1988f75240c11226aba34e4f190 12 0.00/1.00 vMB 1,135
116,703 116,703 0000000000009dec651d0c1c800add74a97c2c22d1ed84ff1707e2943c1f5458 20 0.01/1.00 vMB 745
116,702 116,702 0000000000000ebea373278f1c4d4d6b85e5addf0ecc7043fc3270d1906afc84 12 0.00/1.00 vMB 1,082
116,701 116,701 000000000000f016398e7dd02b239467c4478334ee459c79d486e1c878a96293 8 0.00/1.00 vMB 1,447
116,700 116,700 00000000000014308b79e3613e8a44ce128c7bcea044429ed05d477489f44521 12 0.00/1.00 vMB 0
116,699 116,699 00000000000056568935fb90ce90dc5a9e632e4efd262268ce129cf3a80c143f 19 0.01/1.00 vMB 490
116,698 116,698 000000000000c97016981a299fecabf1bbbdda83f80e1bcc3caa310c82bfddc7 9 0.00/1.00 vMB 0
116,697 116,697 000000000000b9ef99a12e97bd9e9c0ef01b0f498c0c5d6393b5a9213617a3a5 17 0.01/1.00 vMB 1,834
116,696 116,696 00000000000076cb8f451c61104c5cff2299b6cdec595986fb504be4c23f5918 8 0.00/1.00 vMB 229
116,695 116,695 0000000000006f0aaf8dc4cb6111e27939028c3d0e72e6fb1a37e173d5e3b177 5 0.00/1.00 vMB 3,392
116,694 116,694 000000000000bdc79fc7328becbefe40a2521ebe3db356c392d4a7d945b20c77 8 0.00/1.00 vMB 1,207
116,693 116,693 0000000000001bf946f5a5ff3491a9df8f39e88f91a743581e7e246f62878de0 1 0.00/1.00 vMB 0
116,692 116,692 0000000000003ed3c6df454d997d8a661c2a358741e68c162b45c39f8b6747ce 12 0.00/1.00 vMB 677
116,691 116,691 00000000000000876c1aa4de602460b16c9fe237599aa494e5148ba0b0a40e02 11 0.00/1.00 vMB 723
116,690 116,690 000000000000842d0146af499ccbab85da764da0c79d6c2a86a037751880381a 9 0.00/1.00 vMB 363
116,689 116,689 000000000000bacdd583bad78c22775967b73181fc3a9c05d46bc83d3c20af47 13 0.00/1.00 vMB 1,357
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

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