Loading Tool

Explorer IconExplorer

Memory Pool

40,994 transactions
25.85 vMB
0.05352855 BTC
Random Selection Loading Transactions
Max Size: 135.05/200 MB

Candidate Block

Mining Attempt 70cebc72c837f2cdd0dff2a5fa9d6935331f3ab047b0d89a40f57d481806969b
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 0795c1172cfd4318e951d32de87fb392c57c32bd47767825fc3cfc17c6ef8158
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,562
Size: 1.00 vMB
Total Fees: 0.00659515 BTC
Feerates: 75.74 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (447,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,083 467,083 0000000000000000019479cfa45b0e97d671d9d9c4385f218c9f58b35bd6801c 2,567 1.00/1.00 vMB 316
467,082 467,082 000000000000000000df3805d3007b3e3ea3a2b4b6dd4843224da346ecc15eb9 2,033 1.00/1.00 vMB 338
467,081 467,081 000000000000000000c317cd26dc45b6dc6bed8cb9476ebac9c59767344cc1f2 2,541 1.00/1.00 vMB 356
467,080 467,080 0000000000000000016beeb6924bd9e86b0bc48592935b8bedbf5cab30034d58 1 0.00/1.00 vMB 0
467,079 467,079 0000000000000000008e05cadf74b2d8abb2835bbd023fc078f5e9f36847dcdb 2,684 1.00/1.00 vMB 273
467,078 467,078 000000000000000000452ac703be0ecb51c95b343b7c5e99b3de3dd7c74ef25a 625 1.00/1.00 vMB 305
467,077 467,077 000000000000000000f93824e42102be77f81885ee7d78ed976e4baef5da5fc6 1,414 1.00/1.00 vMB 293
467,076 467,076 00000000000000000047ee31d6312f60e5f9c9cd974df8c68c4be95f889a85f3 359 1.00/1.00 vMB 300
467,075 467,075 000000000000000000d68fa23790c771e5dce81c61b7bc3b9d79c583cc77eca3 246 1.00/1.00 vMB 290
467,074 467,074 000000000000000000b804d589dd9613cfc23f2d831681f26c98213f82cd8e09 693 1.00/1.00 vMB 312
467,073 467,073 00000000000000000157b36cf462226d094cd026d74bab6819f1fe69cfbae30f 2,056 1.00/1.00 vMB 245
467,072 467,072 000000000000000001ea94e9efdd0fe2101a4405c889dd7be881faa1400c1cb9 2,369 1.00/1.00 vMB 226
467,071 467,071 0000000000000000017a17877b821a4fac7e0e73249394ae7bb25ee1c858334c 2,023 1.00/1.00 vMB 326
467,070 467,070 0000000000000000001d032b7a46e49ec5143ecfbe993c89b99084f20b9bd960 2,489 1.00/1.00 vMB 135
467,069 467,069 00000000000000000110200bca972b3741e79a3ff6b5c92371f4958d0638eb23 1,231 1.00/1.00 vMB 204
467,068 467,068 000000000000000001b3f82b9a396478e9408e5241adc01b885eb387a5d890b0 1,999 1.00/1.00 vMB 162
467,067 467,067 0000000000000000019365ac736df625df3e97ab6edeb382af0960be3e9be505 1,704 1.00/1.00 vMB 165
467,066 467,066 000000000000000001bfcf37cbfa38f89e5fa83bf1f4874632dc13245a5c2c93 1,852 1.00/1.00 vMB 205
467,065 467,065 0000000000000000017a448a778d9f11b8e8171b9d8f9171821bfd6e531423dc 1,961 1.00/1.00 vMB 350
467,064 467,064 000000000000000001668da217401ff52564276844f4e82914b7d3fd74ebab87 2,139 1.00/1.00 vMB 309
467,063 467,063 000000000000000000a38d3af85725869820a22087f5dcea4e6ea596e02fde6f 803 0.75/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 781.92 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: 646.03 GB
    • Received: 12.80 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.