Loading Tool

Explorer IconExplorer

Memory Pool

75,137 transactions
27.75 vMB
0.07616724 BTC
Random Selection Loading Transactions
Max Size: 169.34/200 MB

Candidate Block

Mining Attempt bf4c9116f8aca1cf1e7f88f88b5d6a562577d9323457cd65c300593aa7144c40
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2ffe5ae0ca4835154143dde7c34bb335a8d505a9674ed0cf995a79c70a571208
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,931
Size: 1.00 vMB
Total Fees: 0.01635512 BTC
Feerates: 100.00 > 1.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (795,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,061 120,061 0000000000007904218f843ca0a26d30d5cebb8adc70c9ad0925d1f576344ef5 4 0.00/1.00 vMB 0
120,060 120,060 0000000000000df840c71e8f33fbda03cb30f762416daa69f1437f35cab5d298 7 0.00/1.00 vMB 553
120,059 120,059 0000000000008287c98cfb6620c1c6a87b44ee0f1f00902f0d288a030be41ea8 36 0.01/1.00 vMB 275
120,058 120,058 000000000000606212026563ef2504227860760dfa1f9a1e9f05d7c3a39ab78d 9 0.00/1.00 vMB 0
120,057 120,057 0000000000001bbe53c5cde3e2693392f50449233294fcfe7d642fa5f07a39a4 9 0.00/1.00 vMB 353
120,056 120,056 00000000000098fd47d85d5bd74045d05839c29b8a84950fc38437ce926dc3b4 14 0.00/1.00 vMB 621
120,055 120,055 000000000000151ba42b62cbfb124ace55007277b4a0b365146e1ff213ba56d7 9 0.00/1.00 vMB 293
120,054 120,054 0000000000009cc03e9b033928de6b61a43035084448d0f2b0966bb83f761908 27 0.01/1.00 vMB 506
120,053 120,053 0000000000007a66b7c251f1f04184297e7055136f9daf9e1f1bc2f37bfd3420 13 0.00/1.00 vMB 582
120,052 120,052 000000000000b432a2eb9292125f0345d81056b1b373841d8898b98479ea5bf1 7 0.00/1.00 vMB 333
120,051 120,051 0000000000007be3bbeb269312edb8b1e195b53aac1fbe99c57a91cedd7fa20e 16 0.00/1.00 vMB 1,702
120,050 120,050 00000000000075d19a2b74b1a11b46e6a4593342033de9529c46870a81d413ae 10 0.00/1.00 vMB 724
120,049 120,049 0000000000001c49a2450bd5ce245942a52bc9caf368b8d36ec648d11f6745bc 2 0.00/1.00 vMB 0
120,048 120,048 0000000000006710e1c8640b93b56080401b5aae036d33db14957cbab51d7954 17 0.01/1.00 vMB 583
120,047 120,047 000000000000a1b4d3d49a1bff9abcd8a07988f71a06aad2f13950b50da9e711 22 0.01/1.00 vMB 1,067
120,046 120,046 00000000000095dfc3345cb3c75a7e2f29181246efa8ef2eaadc4240b4b3440b 10 0.00/1.00 vMB 706
120,045 120,045 000000000000adef1490b9f1fa43a30284a4e637892c7897e7158f90fe124460 11 0.00/1.00 vMB 819
120,044 120,044 0000000000009c4473610e767aaf55926aeecda4e8d96067a0b8bc9a8fb37395 91 0.02/1.00 vMB 42
120,043 120,043 0000000000006515be37df1c6711e6e45223af50b7c0cd83a62249f6ab6f91ad 19 0.00/1.00 vMB 203
120,042 120,042 000000000000198de2d3406f4b77c21c12bbb3074dfc021ec8132005107cb543 2 0.00/1.00 vMB 3,861
120,041 120,041 000000000000510fe3168c2dcf586f3eb11059ad59c713f90befff7de0dc571f 7 0.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.