Loading Tool

Explorer IconExplorer

Memory Pool

82,741 transactions
31.32 vMB
0.10517019 BTC
Random Selection Loading Transactions
Max Size: 190.48/200 MB

Candidate Block

Mining Attempt 8e9a0b9e47a8fc8ab5f78aee2d5fcdd7dcfdb2f7f9b6805407b8b8d4eec80928
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root de24f1bdee688924eab78bcf7ce2ed7b61751e25c607d6cd79f4750e040f2f8f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.02854204 BTC
Feerates: 151.12 > 2.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (57,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,930 857,930 000000000000000000022f6b9faa80a2757573593e8a9430afd66e5e25087c00 3,579 1.00/1.00 vMB 20
857,929 857,929 000000000000000000011695a5fde6fd42639a16147e0e5076f6dcddfedf86cb 3,164 1.00/1.00 vMB 257
857,928 857,928 0000000000000000000191ab53791efd33194776e1552734b2003449f2ad9522 5,786 1.00/1.00 vMB 63
857,927 857,927 0000000000000000000241454b6aa6109311797eea02dc54b26099822f6089f0 6,812 1.00/1.00 vMB 16
857,926 857,926 00000000000000000001295fa110e0835c9db2b354b5a483f37822cb350c9042 4,108 1.00/1.00 vMB 84
857,925 857,925 00000000000000000001a66040f788b74408eeee34ab7c99cd123b3bc8f9bcf5 3,946 1.00/1.00 vMB 34
857,924 857,924 00000000000000000001de8f29cfdc93c515af062acc26325b791a55f33c059c 2,798 1.00/1.00 vMB 48
857,923 857,923 00000000000000000001feb2174388236f05a255aa32dda00a310e02f0a3afe9 2,812 1.00/1.00 vMB 109
857,922 857,922 00000000000000000001debf344ec7e184ec774db650f810af42a4acfb8b1d0d 3,330 1.00/1.00 vMB 93
857,921 857,921 000000000000000000020d1c60505bb254beb627e117b2d223fe1d6cb99b7a92 3,165 1.00/1.00 vMB 11
857,920 857,920 0000000000000000000272105a27bba26de294ff16ca43419abc4ade34a08e28 3,444 1.00/1.00 vMB 98
857,919 857,919 0000000000000000000208a201a1aeb3488ea8ca03921b26fbcfbf67192f8492 2,223 1.00/1.00 vMB 14
857,918 857,918 00000000000000000002cd40aedc5d366484b0343f11a8dfa521a294b0f42d26 3,752 1.00/1.00 vMB 133
857,917 857,917 000000000000000000030a09ae5d1df4392ce240fc182101565735fdd47655fc 3,341 1.00/1.00 vMB 183
857,916 857,916 0000000000000000000198f71dc0857e9d9e6876119441935d9167810fca267a 4,108 1.00/1.00 vMB 622
857,915 857,915 0000000000000000000238b654f19714a3c528e4faa6698ac4180a3d436dee97 4,171 1.00/1.00 vMB 790
857,914 857,914 0000000000000000000042836f0619660bfa529f8067364f5e8b9baae0423b87 3,725 1.00/1.00 vMB 811
857,913 857,913 0000000000000000000088f59e375fa0775682a11eac54df70850307f1fa28be 4,242 1.00/1.00 vMB 809
857,912 857,912 0000000000000000000151faeaa14ca333a9a5edc3fa7da906413d27a1fe2532 4,229 1.00/1.00 vMB 1,218
857,911 857,911 0000000000000000000032d660e240851bd8465dd2e13996b8a56ed540bfd15a 4,736 1.00/1.00 vMB 1,558
857,910 857,910 000000000000000000025c7d9798e97c8f5d8502b03f4bd6b99c365991c5f03b 4,404 1.00/1.00 vMB 953
Previous 10 blocks ↓
Total Size: 783.06 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: 720.65 GB
    • Received: 18.24 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.