Memory Pool Memory Pool Refreshing

2,381 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,923 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (115,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,963 791,963 00000000000000000004f46ffc422305d899c8397298ab8a834a05cfdc9bd04b 1.87 MB 3,434 60
791,962 791,962 00000000000000000000345ea9368f01eb1472d08247f4e6dc52e38952062c58 1.82 MB 2,688 76
791,961 791,961 00000000000000000000665456a0a685ab189d0c5a785bf6e4428095b17e7d6d 1.96 MB 1,873 108
791,960 791,960 0000000000000000000277c221cdbfe53ad71ecc57c0c732f04b3fb6664175d9 1.56 MB 3,111 50
791,959 791,959 00000000000000000003e435996108591eb5842bfe1ba9edbcffa7496e2a797a 1.70 MB 3,411 54
791,958 791,958 000000000000000000049115414efa47d307a36316c99f5e1e62ce666c9033aa 2.12 MB 1,318 89
791,957 791,957 00000000000000000003ef761122cc0cb7bd309397223da60332db291f0f1aab 1.72 MB 3,504 35
791,956 791,956 00000000000000000005837df15aa3ce1710f04fccba1849596297f32269e26d 1.70 MB 3,107 30
791,955 791,955 00000000000000000001b1c59e7353ef74783679035bb27b865e5db4d2ae375f 1.70 MB 2,860 31
791,954 791,954 000000000000000000017b9f2b2e85908ff76a8f4eef88cc3432019e54443ecd 1.62 MB 3,627 57
791,953 791,953 00000000000000000001deda8192a7d173b58f43088e8e14a99e3ed4079b7cbb 1.75 MB 3,841 36
791,952 791,952 00000000000000000001d036b8084384147497a8626cb751184b854f6493cdd4 1.74 MB 3,677 36
791,951 791,951 000000000000000000043d97e9d3d5382c6c94aa1d96db55c2ada41a72c2680d 1.51 MB 2,973 39
791,950 791,950 0000000000000000000074a796c4793cf7f0182c53dde6e81c8b109e9bd33bb5 1.49 MB 3,435 46
791,949 791,949 000000000000000000033c85501ac0f2d7acc825ac6512e4880ec5df55528ed6 1.57 MB 3,085 72
791,948 791,948 00000000000000000002b847c1def0aacb3ff364ae47408a1da5cd39d748f115 1.56 MB 3,767 68
791,947 791,947 000000000000000000008f93b7c380516330ea9b6767d8308b9b7a2ae60878ef 1.60 MB 3,887 49
791,946 791,946 00000000000000000003b623ebf20aa154f40c1099941178ee909ab3ee600c37 1.86 MB 2,936 39
791,945 791,945 000000000000000000022b6fa1b7788e5905e1c8d0bebcaf7e88326072e0c251 1.74 MB 4,122 24
791,944 791,944 000000000000000000024abc5da1100454105c4d352f741df09cf9278c3cd6b1 1.55 MB 3,207 22
791,943 791,943 000000000000000000001e84078c5c6bbd1e77f83da7a96de4c3d5c8a0ef210f 1.74 MB 2,833 32
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.