Memory Pool Memory Pool Refreshing

8,617 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,119 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (115,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,973 791,973 000000000000000000031dc18f8b03c5070413d63c3316d9d3de6aa95b69488b 1.64 MB 3,296 49
791,972 791,972 000000000000000000032c225a33bf9468bd9cfcb6597cc2abe3b83eb3302b60 1.54 MB 3,272 43
791,971 791,971 00000000000000000001957d071e6b3227c7fcab5d4f38fe9528b3fbc04b4c8e 1.89 MB 3,292 45
791,970 791,970 00000000000000000001cd399ac39f55e81d66abb0372233cd198b9c9539ca15 2.22 MB 3,531 45
791,969 791,969 00000000000000000001cd0a4a8a474326193c91e4962501d9ec246f36856ea4 1.77 MB 3,499 52
791,968 791,968 00000000000000000000b5d371cf9b38b204c1aeb674c872de6bd4de896ad7c1 1.53 MB 3,008 53
791,967 791,967 00000000000000000004d355dff53335c41bd817a2f6082512d3c79cf3ecb145 1.65 MB 3,019 62
791,966 791,966 000000000000000000056028a9871e38e2a019e0627e93a6c2c146989c3c8312 1.54 MB 2,859 54
791,965 791,965 0000000000000000000557b4e9d13dc11b63e369de80afed767a7cba11ea4572 2.02 MB 1,856 84
791,964 791,964 000000000000000000003d451c3b6513663974a238af438210b5894fd4f26194 1.71 MB 3,240 64
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
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.96 GB sent, 93.01 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.