Loading Tool

Explorer IconExplorer

Memory Pool

38,704 transactions
28.28 vMB
0.07162460 BTC
Random Selection Loading Transactions
Max Size: 143.36/200 MB

Candidate Block

Mining Attempt 4a955bccfe6f3932719d3dec754ba17a973f5e4c9fe056574058637fbe8b0b74
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 594268229bb5b42634804b4d92cb864d6487d766e7f4e98932f11ae4fcc17f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01733049 BTC
Feerates: 150.93 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (324,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,055 590,055 00000000000000000015eeea444bafa7efa21e1d4603464eac5f2a24f6956e80 2,676 1.00/1.00 vMB 43
590,054 590,054 00000000000000000008d8f71623969f88aa51bd4adaf878c1fa1cfd4eba97ff 2,435 1.00/1.00 vMB 68
590,053 590,053 00000000000000000009d4e7fa7623b03d042420daa4d9258f020fdc78a708aa 2,585 1.00/1.00 vMB 32
590,052 590,052 000000000000000000197aa6d6d898ce9683a9212185e223dbda9247cc7087a2 3,055 1.00/1.00 vMB 77
590,051 590,051 0000000000000000001465c9815bb68dc15cb62bbf3dc73e0f9647e984ce274d 2,632 1.00/1.00 vMB 19
590,050 590,050 00000000000000000012f89749e9bda74a72f28e9b9ffd473f53a218e4e78c1e 2,654 1.00/1.00 vMB 56
590,049 590,049 00000000000000000010635811385f0f51de1fc9889bae782cae9bb644818d46 1,903 1.00/1.00 vMB 74
590,048 590,048 000000000000000000089089ab9ef68c5de958eb1099d9747f707c6ece81cdef 2,523 0.96/1.00 vMB 27
590,047 590,047 0000000000000000000def77b1a86373caaf85ce702a5e69b0d6383e6dc1652b 2,758 1.00/1.00 vMB 38
590,046 590,046 00000000000000000016e9ba2a73aa35f0953421c84501bed7b20c4a2ab874aa 2,719 1.00/1.00 vMB 45
590,045 590,045 00000000000000000005dbfc8cb5d99b1b64f2aa3f09f24a8b508cdb9dc3f5f5 2,036 0.85/1.00 vMB 37
590,044 590,044 0000000000000000000b2a456bd3e01cd322c6ef148b52a160bb1fc8518e2268 2,875 1.00/1.00 vMB 38
590,043 590,043 000000000000000000007249ea3cdef2dc79aad055cc5a5a8273055ef4da91c3 1,845 0.66/1.00 vMB 12
590,042 590,042 000000000000000000150f0a9fc1ecc63f0eff89ef682ea09318b14e31cf6b7a 2,452 1.00/1.00 vMB 18
590,041 590,041 0000000000000000000882c3515516ae1db9917741ada8ac4a2fc7c427ec5bd5 2,660 1.00/1.00 vMB 48
590,040 590,040 000000000000000000070ca0715cb5abc90000bd906e98ab420a2b37fcf8507f 2,677 1.00/1.00 vMB 10
590,039 590,039 0000000000000000001099ab5febd9618def3ccb3b621a92207f4635e80bc5a2 2,921 1.00/1.00 vMB 33
590,038 590,038 0000000000000000001b5b4b7a8e4f5ecb4e03e0048aa4c38c344def81438ff3 2,600 1.00/1.00 vMB 51
590,037 590,037 0000000000000000001603b426c92a5a7ac16f039551d56ab55491f9100655da 2,682 1.00/1.00 vMB 71
590,036 590,036 000000000000000000123847aa6a13482f6aa4bf009ba07592315e07d4bdbcad 3,255 1.00/1.00 vMB 75
590,035 590,035 00000000000000000004fbc9f577ce4c7f145ef7f681dcb4d4e90e907431fb71 3,493 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.87 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.