Loading Tool

Explorer IconExplorer

Memory Pool

43,276 transactions
27.78 vMB
0.06080297 BTC
Random Selection Loading Transactions
Max Size: 145.70/200 MB

Candidate Block

Mining Attempt 4d2c5014a3aa833132bdec60636748033cff9711eecd80529ef142bb54ee2fb4
Version 20000000
Previous Block 00000000000000000001af9c9039ecb95a656cc56c0c35028d810fb8b6d729f9
Merkle Root 117dbbf27332b87d95ec4222152afbb6cc475a425208528286ed72e02eead8a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,984
Size: 1.00 vMB
Total Fees: 0.00785498 BTC
Feerates: 74.18 > 0.79 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,256 (797,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
116,688 116,688 0000000000006146bb71d1565d9a23cd76646e71eae4030b12c401d8c9ce97ed 12 0.00/1.00 vMB 0
116,687 116,687 0000000000005d48d59b8f1d051bfc119e84db51747fb282a54e359a783bc7d7 8 0.01/1.00 vMB 1,625
116,686 116,686 00000000000077125980475f66235f56ae1cef95da697360eb272e8ffb88c653 12 0.00/1.00 vMB 638
Previous 10 blocks ↓
Total Size: 781.05 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: 577.47 GB
    • Received: 8.59 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.