Loading Tool

Explorer IconExplorer

Memory Pool

83,157 transactions
30.88 vMB
0.08137657 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 9891d13f5e21255659f93a3550062b2cf3d2160a0e8d877d52a42367c53866df
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root ebbbd2f4e14ae279ee35eb34490ad367f1c50f7893338d1069bb9da5321412bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01187280 BTC
Feerates: 163.11 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (110,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,871 804,871 000000000000000000036fb1395698d087df93577ce6d8a0a32df1d678141d71 4,608 1.00/1.00 vMB 9
804,870 804,870 00000000000000000004b4561f07622bb0f73f6da7061a0df8a8013582a04485 3,997 1.00/1.00 vMB 13
804,869 804,869 00000000000000000003c41efb0d5f47c3bf7a11d5372b0d18b404a0b9d0d572 6,243 1.00/1.00 vMB 7
804,868 804,868 00000000000000000002c37dddcfba5a869253f2615bb39c543e4a820a14a7ec 2,201 1.00/1.00 vMB 7
804,867 804,867 00000000000000000001c9eff42d8d6d93089f7162b038d7d81a6855b3724b15 4,029 1.00/1.00 vMB 13
804,866 804,866 000000000000000000012002c9a88f37d1c1ea129ee8fa77c7c313f4fa6cd91e 4,719 1.00/1.00 vMB 7
804,865 804,865 00000000000000000004e4fe9787ef3789f7cfe16b7a051c21071247a9f482c7 2,062 1.00/1.00 vMB 16
804,864 804,864 00000000000000000000eaffdad8a50b622f0392599efd209c16b570814ea1c7 2,416 1.00/1.00 vMB 16
804,863 804,863 000000000000000000048c2782bddbb647f1f9652c73b3b51c5a5a0f15c3b7d2 5,881 1.00/1.00 vMB 6
804,862 804,862 00000000000000000003c12fa6fc67ef1d5476d5cd37d9f650e64024c8419785 2,705 1.00/1.00 vMB 10
804,861 804,861 000000000000000000033e7484147abb860c79e40ff1bf3db7851b51ff41f9aa 2,549 1.00/1.00 vMB 14
804,860 804,860 0000000000000000000504ad75ebea7107222c3919cb3c22cce03f21bd56e988 2,656 1.00/1.00 vMB 8
804,859 804,859 00000000000000000003031b5fac4531a1b9cc94fd0727ccc65eb06655bbdd72 2,866 1.00/1.00 vMB 23
804,858 804,858 0000000000000000000043e96596cfa679f2df6a4ca3369da49e2167030ca927 1,325 1.00/1.00 vMB 10
804,857 804,857 0000000000000000000204fc92072d3cfc1b97d160153f485f2ddbf3a09e1fde 2,021 1.00/1.00 vMB 11
804,856 804,856 00000000000000000004829aeab4835bb1d8c6ac1fcb6a33690f6dbf34c1146c 2,692 1.00/1.00 vMB 25
804,855 804,855 00000000000000000001faaf7cbcbb591551bbaddd6127bf9af63a6fa99523fa 1,840 1.00/1.00 vMB 13
804,854 804,854 000000000000000000048c04cb60190b497629b5aa5cd64039173decf75e0fae 1,410 1.00/1.00 vMB 18
804,853 804,853 00000000000000000004d0087e1685ea556f8988145b800ec39d5b4d6f57520f 3,255 1.00/1.00 vMB 16
804,852 804,852 00000000000000000002537c4057b9b7e1ac23758735f6482d46b12576bb22f8 1,401 1.00/1.00 vMB 8
804,851 804,851 0000000000000000000398c99c751cdde8bf648ef8e1361c27dbfb35b8527952 2,245 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.99 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: 717.97 GB
    • Received: 17.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.